文件名称:caozuoxitong
介绍说明--下载内容均来自于网络,请自行研究使用
课设操作系统,实现内核加载、内核初始化、进程、进程调度、进程通信、输入输出系统、多任务多控制台等模块。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
操作系统 课设\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
操作系统 课设
.............\........\..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
操作系统 课设