From 5d081066293bf97707cb1bdd2a714900839940f4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 21 Apr 2025 21:59:08 -0400 Subject: fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3643a9..b87410f 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ UNAME := $(shell uname) QEMU = qemu-system-x86_64 QEMUOPTS = -cdrom $(BIN)/$(ISO) \ -no-reboot \ - -drive format=raw,file=$(BIN)/user/hello\ + -drive format=raw,file=$(BIN)/$(IMAGE)\ -serial mon:stdio \ -m 4G \ -name kern -- cgit v1.2.3-freya