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/make.config | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/i386/make.config') diff --git a/arch/i386/make.config b/arch/i386/make.config index 91b665d..1ffe8be 100644 --- a/arch/i386/make.config +++ b/arch/i386/make.config @@ -15,3 +15,4 @@ KERNEL_ARCH_OBJS=$(ARCHDIR)/boot/boot.o \ $(ARCHDIR)/kernel/timer.o \ $(ARCHDIR)/kernel/syscall.o \ $(ARCHDIR)/kernel/paging.o \ + $(ARCHDIR)/kernel/pmem.o \ -- cgit v1.2.3