代码搜索:minitos
找到约 26 项符合「minitos」的源代码
代码结果 26
www.eeworm.com/read/153809/12005331
n minitos.n
01000098 t .gcc2_compiled.
01000300 t .gcc2_compiled.
0100055c t .gcc2_compiled.
010009c0 t .gcc2_compiled.
01000b40 t .gcc2_compiled.
01000e1c t .gcc2_compiled.
01000f64 t .gcc2_compiled.
01000f7c t
www.eeworm.com/read/153809/12005373
lds minitos.lds
OUTPUT_ARCH(arm)
ENTRY(begin)
SECTIONS
{
. = 0x1000000;
.text : { /* Real text segment */
_begin = .; /* Text and read-only data */
*(.text)
*(.fixup)
*(.gnu.warning)
*(.text.lock)
www.eeworm.com/read/153809/12005382
s minitos.s
minitos.elf: file format elf32-littlearm
Disassembly of section .text:
01000000 :
1000000: e3a000d2 mov r0, #210 ; 0xd2
1000004: e121f000 msr CPSR_c, r0
1000008: e59fd084 ldr sp, [
www.eeworm.com/read/153809/12005392
r minitos.r
ELF Header:
Magic: 7f 45 4c 46 01 01 01 61 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version:
www.eeworm.com/read/153809/12005453
elf minitos.elf
www.eeworm.com/read/153809/12005348
c irq_time.c
/*
miniTOS V0.1.6 1998-2005 (c) 林良水 (Lin LS)
miniTOS是一个开放源码的软件,授权LGPL,但开发人员不保证本软件的可靠性,
以及对您的损失负任何责任。
www.minitos.com
本文实现miniTOS硬件中断的定时部分,方便移植处理函数。
Bug Report: mail to(林良水)testmysel
www.eeworm.com/read/153809/12005438
c message.c
/*
miniTOS V0.1.3 1998-2004 (c) 林良水 (Lin LS)
miniTOS是一个开放源码的软件,授权LGPL,但开发人员不保证本软件的可靠性,
以及对您的损失负任何责任。
www.minitos.com
本文实现miniTOS进程之间消息的传递。
create by Lin LS ,1998.10
*/
#include
www.eeworm.com/read/153809/12005319
makefile
# make file for minitos on SkyEye simulator port
#
# port version : 1.0 2002-12-08 chen yu (chenyu@hpclab.cs.tsinghua.edu.cn)
# port for miniTos: 2005.06 LinLS (testmyself@tom.com)
#
#
CC = arm-
www.eeworm.com/read/153809/12005385
h timerdef.h
/*
miniTOS V0.1.3 1998-2004 (c) 林良水 (Lin LS)
miniTOS是一个开放源码的软件,授权LGPL,但开发人员不保证本软件的可靠性,
以及对您的损失负任何责任。
www.minitos.com
本文实现miniTOS定时器结构定义。
create by Lin LS ,2005.6
*/
www.eeworm.com/read/153809/12005341
txt readme.txt
一
很高兴今天终于完成了<mark>minitos</mark> for skyeye的主要工作的移植,感谢skyeye项目的发起人,负责人及所有的参与者.
他们开发了如此优秀的仿真系统,使我移植起来并没有花费很大的精力。
2005.6.27
二
这是<mark>minitos</mark> v0.1.60 for skyeye 的移植版本,主要完成<mark>minitos</mark>的 ...