搜索资源列表
OperatingSystem
- 一个用自己写的编译器编译的操作系统内核. 有包含中断和不包含中断两个版本. 还有简单的用户应用程序。 因为该代码原目的是下载到硬件上使用,所以kernel必须限制在该硬件可接受的8k rom之内。作者对优化代码大小也下了相当的功夫。 为了保证程序可以运行,这里附带了编译该操作系统的编译器。-A write with their own compiler to compile the operating system kernel. Have included t
Kitnix
- 自己编写的一个简单的操作系统,Kitnix 0.01 编译环境:Nasm img文件可以用虚拟机载入直接启动,有引导、重启、关机及执行用户文件功能,基于boot、loader及用户文件三层结构,可以执行两个用户程序。 使用Fat12文件系统,可以在Msdos中直接对镜像进行操作。-I have written a simple operating system, Kitnix 0.01 compiler environment: Nasmimg document can be use
timeroll
- 操作系统中简单的时间片轮转实现算法,可设多个进程,在Linux环境下使用vi编译器写的C程序-Simple operating system time slice rotation algorithm, multiple processes can be set in the Linux environment, using vi to write the C compiler program