From d69d7614ea8b9720f934a94249ee8199bbcaf70c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 13 Aug 2022 17:40:44 +0200 Subject: user: add /initctl for shutting the system down in a cleaner way --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e10960..b5c47d9 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ test: all @# the empty echo takes care of that, so the next echos will work just fine @echo > out/qemu.in echo tests > out/qemu.in - echo exit > out/qemu.in + echo halt > out/qemu.in @echo @cat out/qemu.out -- cgit v1.2.3