Implemented alloc_kvpages and alloc_kvmem (see comments in mm/mm.h for info)
commit63388bacd487c73bca5a24aa002f6fd8f226a78a
authorJoshua Phillips <[email protected]>
Sat, 6 Dec 2008 12:21:21 +0000 (6 12:21 +0000)
committerJoshua Phillips <[email protected]>
Sat, 6 Dec 2008 12:21:21 +0000 (6 12:21 +0000)
treef65b1981d5dc466077b3c3f415168d4126deac3e
parent66e7005bbf40a42fe0b1253471e3eda9496d0aeb
Implemented alloc_kvpages and alloc_kvmem (see comments in mm/mm.h for info)
alloc_kvpages allocates kernel virtual pages, and alloc_kvmem does the same, but
also allocates and maps physical pages to match.
include/mm/mm.h
kernel/kmain.c
kernel/mm/mm.c
kernel/mm/paging.c