summaryrefslogtreecommitdiff
path: root/src/arch/amd64/drivers/bochs.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/amd64/drivers/bochs.c
parentfix acpi on uefi, kprint fixes (diff)
downloadcorn-main.tar.gz
corn-main.tar.bz2
corn-main.zip
refactor archHEADmain
Diffstat (limited to '')
-rw-r--r--src/arch/x86_common/drivers/bochs.c (renamed from src/arch/amd64/drivers/bochs.c)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/amd64/drivers/bochs.c b/src/arch/x86_common/drivers/bochs.c
index b3908f9..8e9ca2b 100644
--- a/src/arch/amd64/drivers/bochs.c
+++ b/src/arch/x86_common/drivers/bochs.c
@@ -4,8 +4,7 @@
#include <panic.h>
#include <pci.h>
#include <bochs.h>
-
-#include "../bindings.h"
+#include <bindings.h>
#define INDEX 0x1CE
#define DATA 0x1CF