From 946313af5905ac3679c1f496f000ba077ce038f0 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 15 Oct 2021 17:25:12 +0200 Subject: kernel: quit QEMU once there are no running processes left --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 886de4b..6f6f71c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3