summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-02 00:37:08 -0400
committerIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-02 00:37:08 -0400
commit74c2b180769ef14ad42fe666207271bf344b11b9 (patch)
tree1957f4cdccc46b440898032f79350dfb113b19e4 /Makefile
parentfmt (diff)
downloadcomus-74c2b180769ef14ad42fe666207271bf344b11b9.tar.gz
comus-74c2b180769ef14ad42fe666207271bf344b11b9.tar.bz2
comus-74c2b180769ef14ad42fe666207271bf344b11b9.zip
Add allocshared() and popsharedmem() syscalls
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5d6020..54fa441 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ GRUB ?= grub-mkrescue
QEMUOPTS += -cdrom $(BIN)/$(ISO) \
-no-reboot \
- -drive format=raw,file=user/bin/apple \
+ -drive format=raw,file=user/bin/forkman \
-serial mon:stdio \
-m 4G \
-name kern