随笔分类 -  Linux0.11

摘要:~/linux-0.11/init/main.c.html/* * linux/init/main.c * * (C) 1991 Linus Torvalds*/#define __LIBRARY__#include <unistd.h>#include <time.h>/* * we need this inline - forking from kernel space will result * in NO COPY ON WRITE (!!!), until an execve is executed. This * is no problem, but for 阅读全文

posted @ 2013-06-02 18:40 ccfpga 阅读(221) 评论(0) 推荐(0)

摘要:/* * linux/boot/head.s * * (C) 1991 Linus Torvalds *//* * head.s contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x00000000, which is also where * the page directory will exist. The startup code will be overwritten by * the page directory. */.text.globl _idt,_gd... 阅读全文

posted @ 2013-06-01 21:11 ccfpga 阅读(167) 评论(0) 推荐(0)

导航