T-Kernel

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:2612KB
下载次数:1425
上传日期:2006-02-14 09:47:52
上 传 者xuyoulai
说明:  日本著名的的嵌入式实时操作系统T-Kernel的源码及用户手册。
(famous Japanese embedded real-time operating system T-Kernel source code and user manuals.)

文件列表:
tkernel_source\config\build\std_sh7727\Makefile (694, 2004-06-28)
tkernel_source\config\build\std_sh7727\rominfo.lnk (707, 2004-06-28)
tkernel_source\config\build\std_sh7727 (0, 2005-12-02)
tkernel_source\config\build\mic_vr4131\Makefile (694, 2004-06-28)
tkernel_source\config\build\mic_vr4131\rominfo.lnk (706, 2004-06-28)
tkernel_source\config\build\mic_vr4131 (0, 2005-12-02)
tkernel_source\config\build\std_vr5500\Makefile (694, 2004-06-28)
tkernel_source\config\build\std_vr5500\rominfo.lnk (706, 2004-06-28)
tkernel_source\config\build\std_vr5500 (0, 2005-12-02)
tkernel_source\config\build\mic_m32104\Makefile (694, 2004-06-28)
tkernel_source\config\build\mic_m32104\rominfo.lnk (715, 2004-06-28)
tkernel_source\config\build\mic_m32104 (0, 2005-12-02)
tkernel_source\config\build\std_s1c38k\Makefile (694, 2004-06-28)
tkernel_source\config\build\std_s1c38k\rominfo.lnk (716, 2004-06-28)
tkernel_source\config\build\std_s1c38k (0, 2005-12-02)
tkernel_source\config\build\std_sh7751r\Makefile (696, 2004-06-28)
tkernel_source\config\build\std_sh7751r\rominfo.lnk (708, 2004-06-28)
tkernel_source\config\build\std_sh7751r (0, 2005-12-02)
tkernel_source\config\build\std_mc9328\Makefile (694, 2004-06-28)
tkernel_source\config\build\std_mc9328\rominfo.lnk (714, 2004-06-28)
tkernel_source\config\build\std_mc9328 (0, 2005-12-02)
tkernel_source\config\build\std_mb87q1100\Makefile (700, 2004-06-28)
tkernel_source\config\build\std_mb87q1100\rominfo.lnk (717, 2004-06-28)
tkernel_source\config\build\std_mb87q1100 (0, 2005-12-02)
tkernel_source\config\build\std_sh7760\Makefile (694, 2004-06-28)
tkernel_source\config\build\std_sh7760\rominfo.lnk (707, 2004-06-28)
tkernel_source\config\build\std_sh7760 (0, 2005-12-02)
tkernel_source\config\build (0, 2005-12-02)
tkernel_source\config\src\Makefile.common (1540, 2004-06-28)
tkernel_source\config\src\sysdepend\std_sh7727\DEVCONF (569, 2004-06-28)
tkernel_source\config\src\sysdepend\std_sh7727\SYSCONF (1865, 2004-06-28)
tkernel_source\config\src\sysdepend\std_sh7727\rominfo.c (1118, 2004-06-28)
tkernel_source\config\src\sysdepend\std_sh7727\rominfo_conf.h (1270, 2004-06-28)
tkernel_source\config\src\sysdepend\std_sh7727 (0, 2005-12-02)
tkernel_source\config\src\sysdepend\mic_vr4131\DEVCONF (569, 2004-06-28)
tkernel_source\config\src\sysdepend\mic_vr4131\SYSCONF (1865, 2004-06-28)
tkernel_source\config\src\sysdepend\mic_vr4131\rominfo.c (1163, 2004-06-28)
tkernel_source\config\src\sysdepend\mic_vr4131\rominfo_conf.h (1357, 2004-06-28)
tkernel_source\config\src\sysdepend\mic_vr4131 (0, 2005-12-02)
tkernel_source\config\src\sysdepend\std_vr5500\DEVCONF (569, 2004-06-28)
... ...

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.01.00 * Released by T-Engine Forum(http://www.t-engine.org) at 2004/6/28. * *---------------------------------------------------------------------- */ /* * T-Kernel extended SVC interface library (sh7727) * * created from /usr/local/te/include/sys/segment.h */ #include #include #include .text .balign 2 .globl Csym(ReadMemSpace) .type Csym(ReadMemSpace), @function Csym(ReadMemSpace): mov.l r7, @-r15 mov.l r6, @-r15 mov.l r5, @-r15 mov.l r4, @-r15 mov.l fno, r0 mov r15, r4 trapa #TRAP_SVC rts add #4*4, r15 .balign 4 fno: .long SEG_READMEMSPACE_FN

近期下载者

相关文件


收藏者