CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发

文件名称:os161.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-04-18
  • 文件大小:
    387.2kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

virtual operating system: OS/161
(系统自动生成,下载前可以参看下载内容)

下载文件列表

os161-1.99/
os161-1.99/CHANGES
os161-1.99/Makefile
os161-1.99/common/
os161-1.99/common/gcc-millicode/
os161-1.99/common/gcc-millicode/README
os161-1.99/common/gcc-millicode/adddi3.c
os161-1.99/common/gcc-millicode/anddi3.c
os161-1.99/common/gcc-millicode/ashldi3.c
os161-1.99/common/gcc-millicode/ashrdi3.c
os161-1.99/common/gcc-millicode/cmpdi2.c
os161-1.99/common/gcc-millicode/divdi3.c
os161-1.99/common/gcc-millicode/iordi3.c
os161-1.99/common/gcc-millicode/longlong.h
os161-1.99/common/gcc-millicode/lshldi3.c
os161-1.99/common/gcc-millicode/lshrdi3.c
os161-1.99/common/gcc-millicode/moddi3.c
os161-1.99/common/gcc-millicode/muldi3.c
os161-1.99/common/gcc-millicode/negdi2.c
os161-1.99/common/gcc-millicode/notdi2.c
os161-1.99/common/gcc-millicode/qdivrem.c
os161-1.99/common/gcc-millicode/subdi3.c
os161-1.99/common/gcc-millicode/ucmpdi2.c
os161-1.99/common/gcc-millicode/udivdi3.c
os161-1.99/common/gcc-millicode/umoddi3.c
os161-1.99/common/gcc-millicode/xordi3.c
os161-1.99/common/libc/
os161-1.99/common/libc/arch/
os161-1.99/common/libc/arch/mips/
os161-1.99/common/libc/arch/mips/setjmp.S
os161-1.99/common/libc/printf/
os161-1.99/common/libc/printf/__printf.c
os161-1.99/common/libc/printf/snprintf.c
os161-1.99/common/libc/stdlib/
os161-1.99/common/libc/stdlib/atoi.c
os161-1.99/common/libc/string/
os161-1.99/common/libc/string/bzero.c
os161-1.99/common/libc/string/memcpy.c
os161-1.99/common/libc/string/memmove.c
os161-1.99/common/libc/string/strcat.c
os161-1.99/common/libc/string/strchr.c
os161-1.99/common/libc/string/strcmp.c
os161-1.99/common/libc/string/strcpy.c
os161-1.99/common/libc/string/strlen.c
os161-1.99/common/libc/string/strrchr.c
os161-1.99/common/libc/string/strtok_r.c
os161-1.99/configure
os161-1.99/design/
os161-1.99/design/shell.txt
os161-1.99/design/usermalloc.txt
os161-1.99/kern/
os161-1.99/kern/Makefile
os161-1.99/kern/arch/
os161-1.99/kern/arch/mips/
os161-1.99/kern/arch/mips/conf/
os161-1.99/kern/arch/mips/conf/conf.arch
os161-1.99/kern/arch/mips/conf/ldscript
os161-1.99/kern/arch/mips/include/
os161-1.99/kern/arch/mips/include/current.h
os161-1.99/kern/arch/mips/include/elf.h
os161-1.99/kern/arch/mips/include/kern/
os161-1.99/kern/arch/mips/include/kern/endian.h
os161-1.99/kern/arch/mips/include/kern/regdefs.h
os161-1.99/kern/arch/mips/include/kern/setjmp.h
os161-1.99/kern/arch/mips/include/kern/signal.h
os161-1.99/kern/arch/mips/include/kern/types.h
os161-1.99/kern/arch/mips/include/specialreg.h
os161-1.99/kern/arch/mips/include/spinlock.h
os161-1.99/kern/arch/mips/include/thread.h
os161-1.99/kern/arch/mips/include/tlb.h
os161-1.99/kern/arch/mips/include/trapframe.h
os161-1.99/kern/arch/mips/include/types.h
os161-1.99/kern/arch/mips/include/vm.h
os161-1.99/kern/arch/mips/locore/
os161-1.99/kern/arch/mips/locore/cache-mips161.S
os161-1.99/kern/arch/mips/locore/exception-mips1.S
os161-1.99/kern/arch/mips/locore/trap.c
os161-1.99/kern/arch/mips/syscall/
os161-1.99/kern/arch/mips/syscall/syscall.c
os161-1.99/kern/arch/mips/thread/
os161-1.99/kern/arch/mips/thread/cpu.c
os161-1.99/kern/arch/mips/thread/switch.S
os161-1.99/kern/arch/mips/thread/switchframe.c
os161-1.99/kern/arch/mips/thread/switchframe.h
os161-1.99/kern/arch/mips/thread/thread_machdep.c
os161-1.99/kern/arch/mips/thread/threadstart.S
os161-1.99/kern/arch/mips/vm/
os161-1.99/kern/arch/mips/vm/dumbvm.c
os161-1.99/kern/arch/mips/vm/ram.c
os161-1.99/kern/arch/mips/vm/tlb-mips1.S
os161-1.99/kern/arch/sys161/
os161-1.99/kern/arch/sys161/conf/
os161-1.99/kern/arch/sys161/conf/conf.arch
os161-1.99/kern/arch/sys161/dev/
os161-1.99/kern/arch/sys161/dev/lamebus_machdep.c
os161-1.99/kern/arch/sys161/include/
os161-1.99/kern/arch/sys161/include/bus.h
os161-1.99/kern/arch/sys161/include/maxcpus.h
os161-1.99/kern/arch/sys161/startup/
os161-1.99/kern/arch/sys161/startup/start.S
os161-1.99/kern/compile/
os161-1.99/kern/compile/.keep_me
os161-1.99/kern/conf/
os161-1.99/kern/conf/ASST0
os161-1.99/kern/conf/ASST1
os161-1.99/kern/conf/ASST2
os161-1.99/kern/conf/ASST2-OPT
os161-1.99/kern/conf/ASST3
os161-1.99/kern/conf/ASST3-OPT
os161-1.99/kern/conf/ASST4
os161-1.99/kern/conf/ASST5
os161-1.99/kern/conf/conf.kern
os161-1.99/kern/conf/config
os161-1.99/kern/conf/newvers.sh
os161-1.99/kern/dev/
os161-1.99/kern/dev/generic/
os161-1.99/kern/dev/generic/beep.c
os161-1.99/kern/dev/generic/beep.h
os161-1.99/kern/dev/generic/console.c
os161-1.99/kern/dev/generic/console.h
os161-1.99/kern/dev/generic/random.c
os161-1.99/kern/dev/generic/random.h
os161-1.99/kern/dev/generic/rtclock.c
os161-1.99/kern/dev/generic/rtclock.h
os161-1.99/kern/dev/lamebus/
os161-1.99/kern/dev/lamebus/beep_ltimer.c
os161-1.99/kern/dev/lamebus/con_lscreen.c
os161-1.99/kern/dev/lamebus/con_lser.c
os161-1.99/kern/dev/lamebus/conf.lamebus
os161-1.99/kern/dev/lamebus/emu.c
os161-1.99/kern/dev/lamebus/emu.h
os161-1.99/kern/dev/lamebus/emu_att.c
os161-1.99/kern/dev/lamebus/lamebus.c
os161-1.99/kern/dev/lamebus/lamebus.h
os161-1.99/kern/dev/lamebus/lhd.c
os161-1.99/kern/dev/lamebus/lhd.h
os161-1.99/kern/dev/lamebus/lhd_att.c
os161-1.99/kern/dev/lamebus/lnet.c
os161-1.99/kern/dev/lamebus/lnet_att.c
os161-1.99/ker

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com