diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-21 21:57:16 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-21 21:57:16 -0400 |
commit | 6911434dc4b98d5939caf3aad5fafdf369f56a55 (patch) | |
tree | 9bf6e1a95608dfa8177f9a189d7474b895cc7efb /Makefile | |
parent | update userland to compile (diff) | |
download | comus-6911434dc4b98d5939caf3aad5fafdf369f56a55.tar.gz comus-6911434dc4b98d5939caf3aad5fafdf369f56a55.tar.bz2 comus-6911434dc4b98d5939caf3aad5fafdf369f56a55.zip |
make somce changes to procs
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |