The bootloader now takes this region into account, no need to do that manually over here.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6986 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
409f1731e2
commit
a7b6bd943e
@ -39,9 +39,6 @@ arch_vm_init2(kernel_args *ka)
|
||||
{
|
||||
TRACE(("arch_vm_init2: entry\n"));
|
||||
|
||||
// account for BIOS area and mark the pages unusable
|
||||
vm_mark_page_range_inuse(0xa0000 / PAGE_SIZE, (0x100000 - 0xa0000) / PAGE_SIZE);
|
||||
|
||||
// account for DMA area and mark the pages unusable
|
||||
vm_mark_page_range_inuse(0x0, 0xa0000 / PAGE_SIZE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user