K 10 svn:author V 5 luoqi K 8 svn:date V 27 1999-01-08T14:20:54.000000Z K 7 svn:log V 287 Allocate kernel page table object (kptobj) before any kmem_alloc calls. On a system with a large amount of ram (e.g. 2G), allocation of per-page data structures (512K physical pages) could easily bust the initial kernel page table (36M), and growth of kernel page table requires kptobj. END