摘要: 首先是在main.c中ExpInitializeExecutive函数。遍历所有加载的模块,其中有ntoskrnl、各个驱动、nls、注册表文件等。找出驱动程序,依次调用LdrInitializeBootStartDriver函数。然后调用IoCreateArcNames函数,将\reactos 变为 multi(0)disk(0)rdisk(0)partition(1)\reactos最后调用I... 阅读全文
posted @ 2009-06-02 15:47 Fan Zhang 阅读(592) 评论(0) 推荐(0)