summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-21 21:57:16 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-21 21:57:16 -0400
commit6911434dc4b98d5939caf3aad5fafdf369f56a55 (patch)
tree9bf6e1a95608dfa8177f9a189d7474b895cc7efb /Makefile
parentupdate userland to compile (diff)
downloadcomus-6911434dc4b98d5939caf3aad5fafdf369f56a55.tar.gz
comus-6911434dc4b98d5939caf3aad5fafdf369f56a55.tar.bz2
comus-6911434dc4b98d5939caf3aad5fafdf369f56a55.zip
make somce changes to procs
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b87410f..c3643a9 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