文件名称:0.0.7.2
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 202.83kb
- 下载次数:
- 1次
- 提 供 者:
- 缪**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
从网上下载的一个自己编写的简单的操作系统源代码,对底层了解很有好处的-downloaded from the Internet on their own to prepare a simple operating system source code, the underlying understanding of the very good
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 607530.0.7.2.rar 列表 boot boot\setup build doc driver driver\video driver\video\vga driver\keyboard driver\onsole include include\i386 include\drv kernel kernel\i386 boot\fsector.s boot\setup.s boot\boot.h boot\boot.inc boot\Makefile boot\setup\detectmem.s boot\setup\setupvga.s boot\setup\8259.s build\osgo.bat build\Makefile build\expos.lds doc\体系结构.txt doc\readme.txt driver\Makefile driver\video\ASC16.fon driver\video\chs16.fon driver\video\vgafont.s driver\video\font.c driver\video\video.c driver\video\vga\vgadrv.c driver\video\vga\vga.c driver\keyboard\kbdriver.c driver\keyboard\kbd.c driver\onsole\console.c include\stdarg.h include\stddef.h include\types.h include\ctype.h include\posix_types.h include\string.h include\limits.h include\linkage.h include\arch.h include\i386\posix_types.h include\i386\div64.h include\i386\string.h include\i386\types.h include\i386\i386.h include\i386\io.h include\drv\kbd.h include\drv\vga.h kernel\main.c kernel\head.s kernel\Makefile kernel\vsprintf.c kernel\kprint.c kernel\ctype.c kernel\i386\entry.s kernel\i386\i386.c kernel\i386\i8259.c