From 69a92ce3077f01ce43daef5681db298594a4badc Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 16 Mar 2026 19:03:53 +0100 Subject: x86_64/memory: remove recursive mapping --- arch/x86_64/src/boot/boot32.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/x86_64/src/boot') diff --git a/arch/x86_64/src/boot/boot32.S b/arch/x86_64/src/boot/boot32.S index 056cd8e..694b8b7 100644 --- a/arch/x86_64/src/boot/boot32.S +++ b/arch/x86_64/src/boot/boot32.S @@ -319,10 +319,6 @@ _prepare_page_maps: call _clear_page_map_memory lea (page_map_level_4 - 0b)(%esi), %edi - mov %edi, %eax - or $0b11, %eax - mov %eax, (510 * 8)(%edi) - lea (page_map_level_3_low - 0b)(%esi), %eax or $0b11, %eax mov %eax, (%edi) -- cgit v1.2.3