From cbe2690cd5d1b290633c466ebb4df7b64b09b037 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Thu, 28 Mar 2024 21:30:12 -0500 Subject: arch: i386: kernel: add mostly finished PFA and paging system Add the mostly finished physical memory allocator and expose its functions to the paging system. Signed-off-by: Danny Holman --- arch/i386/linker.ld | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/i386/linker.ld') diff --git a/arch/i386/linker.ld b/arch/i386/linker.ld index 7eb9d99..734310f 100644 --- a/arch/i386/linker.ld +++ b/arch/i386/linker.ld @@ -26,9 +26,5 @@ SECTIONS { *(.bootstrap_stack) } - .usertext ALIGN(4K) : AT(ADDR(.usertext) - 0xC0000000) { - *(.usertext) - } - _kernel_end = .; } -- cgit v1.2.3