From 42a2bdaecaee627247689b3f4ff2828fe3c8dc97 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 11 Sep 2025 14:37:04 -0400 Subject: load init from ELF executable --- arch/x86_64/memory/pml4.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86_64/memory') diff --git a/arch/x86_64/memory/pml4.c b/arch/x86_64/memory/pml4.c index fcfc897..b22bcfb 100644 --- a/arch/x86_64/memory/pml4.c +++ b/arch/x86_64/memory/pml4.c @@ -1,8 +1,10 @@ #include "arch/x86_64/page.h" +#include "arch/x86_64/processor.h" #include "device/processor.h" #include "memory.h" #include "boot.h" #include "object.h" +#include "init.h" #include "string.h" #include "jove.h" #include "error.h" -- cgit v1.2.1