summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-25 11:36:23 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-25 11:36:23 -0400
commit16f5d0443aa072d977517be45dcf9b0d12f584b4 (patch)
treea673b4889b0d4f4c3a5d355cceb884e1cc0e57d1 /Makefile
parentfmt (diff)
downloadcomus-16f5d0443aa072d977517be45dcf9b0d12f584b4.tar.gz
comus-16f5d0443aa072d977517be45dcf9b0d12f584b4.tar.bz2
comus-16f5d0443aa072d977517be45dcf9b0d12f584b4.zip
load init from ata and run it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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