summaryrefslogtreecommitdiff
path: root/boot/boot.S
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-03 12:30:15 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-03 12:30:15 -0400
commit4d0603e8e5de4bb076d029ecb03d0e2c35fd69fa (patch)
tree9cdde04b52f69ae2169fdeb2dc5dc5a9a63773f6 /boot/boot.S
parentrefactor include (diff)
downloadcomus-4d0603e8e5de4bb076d029ecb03d0e2c35fd69fa.tar.gz
comus-4d0603e8e5de4bb076d029ecb03d0e2c35fd69fa.tar.bz2
comus-4d0603e8e5de4bb076d029ecb03d0e2c35fd69fa.zip
move boot only headers to boot
Diffstat (limited to 'boot/boot.S')
-rw-r--r--boot/boot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.S b/boot/boot.S
index 7882672..b16239a 100644
--- a/boot/boot.S
+++ b/boot/boot.S
@@ -30,8 +30,8 @@
#define ASM_SRC
#include <bootstrap.h>
-#include <x86/bios.h>
-#include <x86/arch.h>
+#include <bios.h>
+#include <arch.h>
/*
** Symbol for locating the beginning of the code.