您的位置:首页 > 其它

核心游记之 内存管理paging_init

2008-10-07 15:35 302 查看
start_kernel ()
         --> setup_arch ()
                   --> paging_init ()
                            --> bootmem_init ()
                            --> alloc_bootmem_low_pages ()
 
 
/*
* Initialise the bootmem allocator for all nodes.  This is called
* early during the architecture specific initialisation.
*/
bootmem_init ()
 
 
/*
* paging_init() sets up the page tables, initialises the zone memory
* maps, and sets up the zero page, bad page and bad page tables.
*/
paging_init ()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: