You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
955 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

revision history:
版本2: 为了说明Linux的进程管理在版本1的基础上对Linux 0.11作了修改:
a) 启动两个进程0号、1号进程分别向屏幕上输出字符'0 '和'1 '
b) 开启中断,在时钟中断处理程序中进行任务调度;
版本1: 为了说明Linux的启动和初始化对Linux 0.11作了简化:
a) 只启动一个进程0号进程不断向屏幕上输出字符'A '
b) 关闭中断;
c) 只使用软中断0x81, 不使用任务调度、内存管理、文件系统、设备管理系统,字符输出功能通过直接访问显存来实现。
版本0: 这是oldlinux.org网站上的linux-0.11-lab.rar中的版本。可能是赵博士在原始0.11版本的基础上修改而成。我做了如下改动:
a) 对一些Makefile做了修改生成调试信息
b) 将其移植到ubuntu和debian下主要修改的地方用 "by wyj"标注。