summaryrefslogtreecommitdiff
path: root/src/arch/x86_common/mboot.c
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-04 14:19:54 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-04 14:19:54 -0500
commit1b09896afcf562d199d4df8d671601bba2b1f081 (patch)
treeb4ee4ae8e6e1ff5c5b27fe97509752b17fae330b /src/arch/x86_common/mboot.c
parentfix acpi on uefi, kprint fixes (diff)
downloadcorn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.gz
corn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.bz2
corn-1b09896afcf562d199d4df8d671601bba2b1f081.zip
refactor archHEADmain
Diffstat (limited to '')
-rw-r--r--src/arch/x86_common/mboot.c (renamed from src/arch/amd64/mboot.c)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/amd64/mboot.c b/src/arch/x86_common/mboot.c
index 9fd7fc2..db82b9d 100644
--- a/src/arch/amd64/mboot.c
+++ b/src/arch/x86_common/mboot.c
@@ -2,8 +2,7 @@
#include <lib.h>
#include <stdint.h>
#include <panic.h>
-
-#include "mboot.h"
+#include <mboot.h>
#define MBOOT_HEADER_MAGIC 0x36D76289