From 16f5d0443aa072d977517be45dcf9b0d12f584b4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 25 Apr 2025 11:36:23 -0400 Subject: load init from ata and run it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59b32d1..b40443d 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)/$(IMAGE)\ + -drive format=raw,file=$(BIN)/user/hello\ -serial mon:stdio \ -m 4G \ -name kern -- cgit v1.2.3-freya