diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
commit | 1b09896afcf562d199d4df8d671601bba2b1f081 (patch) | |
tree | b4ee4ae8e6e1ff5c5b27fe97509752b17fae330b /src/arch/x86_common/mboot.c | |
parent | fix acpi on uefi, kprint fixes (diff) | |
download | corn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.gz corn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.bz2 corn-1b09896afcf562d199d4df8d671601bba2b1f081.zip |
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 |