随笔分类 - Linux0.11内核之旅
摘要:继续分析,我们先贴上将要分析的main函数void main(void) /* This really IS void, no error here. */{ /* The startup routine assumes (well, ...) this *//* * Interrupts are still disabled. Do necessary setups, then * enable them */ ROOT_DEV = ORIG_ROOT_DEV; drive_info = DRIVE_INFO; memory_end ...
阅读全文
摘要:init/main.c首先我们贴上main.c中main函数的代码void main(void) /* This really IS void, no error here. */{ /* The startup routine assumes (well, ...) this *//* * Interrupts are still disabled. Do necessary setups, then * enable them */ ROOT_DEV = ORIG_ROOT_DEV; drive_info = DRIVE_INFO; ...
阅读全文
浙公网安备 33010602011771号