diff options
author | dzwdz | 2021-10-15 17:25:12 +0200 |
---|---|---|
committer | dzwdz | 2021-10-15 17:25:12 +0200 |
commit | 946313af5905ac3679c1f496f000ba077ce038f0 (patch) | |
tree | bfed3f993ae97c3a72a945382c8686ad0ad2b832 /Makefile | |
parent | d994f9517785aeba4a07ec8c4aecf6d5d969ab97 (diff) |
kernel: quit QEMU once there are no running processes left
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ endef all: out/boot.iso check boot: all out/hdd - qemu-system-i386 -cdrom out/boot.iso $(QFLAGS) -no-shutdown \ + qemu-system-i386 -cdrom out/boot.iso $(QFLAGS) \ -drive file=out/hdd,format=raw,media=disk |