summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-21 21:59:08 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-21 21:59:08 -0400
commit5d081066293bf97707cb1bdd2a714900839940f4 (patch)
tree6857c1bb24295ae0e765085e69bc30936889a453
parentmake somce changes to procs (diff)
downloadcomus-5d081066293bf97707cb1bdd2a714900839940f4.tar.gz
comus-5d081066293bf97707cb1bdd2a714900839940f4.tar.bz2
comus-5d081066293bf97707cb1bdd2a714900839940f4.zip
fix makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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