diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-21 21:59:08 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-21 21:59:08 -0400 |
commit | 5d081066293bf97707cb1bdd2a714900839940f4 (patch) | |
tree | 6857c1bb24295ae0e765085e69bc30936889a453 | |
parent | make somce changes to procs (diff) | |
download | comus-5d081066293bf97707cb1bdd2a714900839940f4.tar.gz comus-5d081066293bf97707cb1bdd2a714900839940f4.tar.bz2 comus-5d081066293bf97707cb1bdd2a714900839940f4.zip |
fix makefile
-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)/user/hello\ + -drive format=raw,file=$(BIN)/$(IMAGE)\ -serial mon:stdio \ -m 4G \ -name kern |