diff --git a/arch/x86/pagetables.c b/arch/x86/pagetables.c index bf09f3a5..daf32be4 100644 --- a/arch/x86/pagetables.c +++ b/arch/x86/pagetables.c @@ -287,7 +287,6 @@ void init_pagetables(void) { map_frames_array(); map_multiboot_areas(); - map_used_memory(); map_tmp_mapping(); write_cr3(cr3.paddr);