Description: Lesson set up the operating system, to achieve the kernel load, kernel initialization, process, process scheduling, process communication, input and output systems, multi-task multi-console and other modules.
To Search:
- [reader_writer] - Experimental Report of the computer oper
- [os-lcx] - Experimental operating system to complet
File list (Check if you may need any files):
操作系统 课设\Venus-OS\bochsrc
.............\........\..ot\boot.asm
.............\........\....\include\fat12hdr.inc
.............\........\....\.......\fat12hdr.inc~
.............\........\....\.......\load.inc
.............\........\....\.......\load.inc~
.............\........\....\.......\pm.inc
.............\........\....\.......\pm.inc~
.............\........\....\loader.asm
.............\........\disk.img
.............\........\include\common.h
.............\........\.......\console.h
.............\........\.......\const.h
.............\........\.......\global.h
.............\........\.......\keyboard.h
.............\........\.......\keymap.h
.............\........\.......\proc.h
.............\........\.......\protect.h
.............\........\.......\proto.h
.............\........\.......\sconst.inc
.............\........\.......\string.h
.............\........\.......\tty.h
.............\........\.......\type.h
.............\........\kernel\clock.c
.............\........\......\console.c
.............\........\......\global.c
.............\........\......\i8259.c
.............\........\......\kernel.asm
.............\........\......\keyboard.c
.............\........\......\main.c
.............\........\......\printf.c
.............\........\......\proc.c
.............\........\......\protect.c
.............\........\......\start.c
.............\........\......\syscall.asm
.............\........\......\systask.c
.............\........\......\tty.c
.............\........\......\vsprintf.c
.............\........\kernel.bin
.............\........\krnl.map
.............\........\lib\klib.c
.............\........\...\kliba.asm
.............\........\...\misc.c
.............\........\...\string.asm
.............\........\Makefile
.............\........\Makefile.header
.............\........\boot\include
.............\........\boot
.............\........\include
.............\........\kernel
.............\........\lib
.............\Venus-OS
操作系统 课设