52a3801208
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
int arch_vm_init (kernel_args *ka)
|
|
First round of initialization; does nothing.
|
|
|
|
int arch_vm_init2 (kernel_args *ka)
|
|
Marks the bios and dma ranges as "in use".
|
|
|
|
int arch_vm_init_endvm (kernel_args *ka)
|
|
Maps the dma region into kernel space
|
|
|
|
void arch_vm_aspace_swap(vm_address_space *aspace)
|
|
Calls i386_swap_pgdir |