linux内核0.11版,带中文注释,研究linux最好的资料! void main (void) /* This really IS void, no error here. */ { /* The startup routine assumes (well, ...) this */ /* 这里确实是void,并没错。在startup 程序(head.s)中就是这样假设的。 */ // 参见head.s 程序第136 行开始的几行代码。 /* * Interrupts are still
linux内核0.11注释版.rar ,# # if you want the ram-disk device, define this to be the # 如果你要使用RAM 盘设备的话,就 # size in blocks. # 定义块的大小。 # RAMDISK = #-DRAMDISK=512 AS86 =as86 -0 -a # 8086 汇编编译器和连接器,见列表后的介绍。后带的参数含义分别 LD86 =ld86 -0 # 是:-0 生成8086 目标程序;-a 生成与gas