next up previous
Next: pagetable_init() Up: Page table setup Previous: Page table setup

paging_init()

paging init is called by setup_arch() to set up the page tables and initialize the buddy allocator.
Page tables are set up by the pagetable_init() function. This function is called by the paging_init(). Here we will see in detail how page tables are set up. Also we will see some basics of zone management.

paging_init.png



2002-09-22