summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-27 15:40:13 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-27 15:45:27 -0400
commit791390dd7ddd79a06eff6766d857d2744c012d75 (patch)
tree83a1a3488e6263a9250c06eb72047d783ec1f6a7 /Makefile
parentconvert user.c to use a standard block size (diff)
downloadcomus-791390dd7ddd79a06eff6766d857d2744c012d75.tar.gz
comus-791390dd7ddd79a06eff6766d857d2744c012d75.tar.bz2
comus-791390dd7ddd79a06eff6766d857d2744c012d75.zip
🍎
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b40443d..302dbfe 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)/user/apple\
-serial mon:stdio \
-m 4G \
-name kern