diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-13 19:48:09 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-13 19:48:09 -0400 |
commit | 15dfcd84a1330d9b53bd84db38c917c79412836d (patch) | |
tree | 8f29329d8417a104a1cf33c83b75cb32dd9b3bfc /src/Makefile | |
parent | 57aad98f8f164164e9777ad51c7a38b4d02be97d (diff) |
project: Use limine as headstart
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 0c763af..a8c56b2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,7 +46,7 @@ image: .PHONY: qemu-amd64 run: - qemu-system-$(TARGET) $(QEMU_FLAGS) + qemu-system-x86_64 $(QEMU_FLAGS) .PHONY: clean clean: |