From a7b6bd943e2927100b488b965297b28018a85032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 15 Mar 2004 02:02:25 +0000 Subject: [PATCH] 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 --- src/kernel/core/arch/x86/arch_vm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/kernel/core/arch/x86/arch_vm.c b/src/kernel/core/arch/x86/arch_vm.c index d72eb0a47f..0be3257dfe 100755 --- a/src/kernel/core/arch/x86/arch_vm.c +++ b/src/kernel/core/arch/x86/arch_vm.c @@ -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);