Introduction - If you have any usage issues, please Google them yourself
downloaded from the Internet on their own to prepare a simple operating system source code, the underlying understanding of the very good
Packet : 607530.0.7.2.rar filelist
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