summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-03-25 11:24:38 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-03-25 11:24:38 +0700
commitbbac386769210a8ecccba5826cfaf75d431cc2af (patch)
tree07e5602ec7c694e2302327de54163280a342d3c1 /makefile
parentd8a708d4a2c612c348cf7c108a7c1ad683b394d8 (diff)
Acpi classes + string operations
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d7bdcb2..1b43240 100644
--- a/makefile
+++ b/makefile
@@ -56,6 +56,6 @@ clean:
rm -rf ./iso/os/kernel.bin
run:
- qemu-system-x86_64 $(QEMUFLAGS) -cdrom ./$(BDIR)/kernel.iso
+ qemu-system-i386 $(QEMUFLAGS) -cdrom ./$(BDIR)/kernel.iso
all: clean build install run