summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorAlexey Gavrilov <90127298+rebovas@users.noreply.github.com>2024-03-25 11:31:02 +0700
committerGitHub <noreply@github.com>2024-03-25 11:31:02 +0700
commit91b4d8fa6bed598e2969f16a7a953e293a1b7f89 (patch)
tree86bdf89403027760ce567927ec0f1af14d0e4a79 /makefile
parent1abc315e02a33cd62194b93898263eefd46cbfab (diff)
parentbbac386769210a8ecccba5826cfaf75d431cc2af (diff)
Merge pull request #4 from rebovas/acpi_classes
Implementation ACPI tables through classes
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