Next: pagetable_init()
Up: Page table setup
Previous: Page table setup
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.
2002-09-22