summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2022-08-13 17:40:44 +0200
committerdzwdz2022-08-13 17:40:44 +0200
commitd69d7614ea8b9720f934a94249ee8199bbcaf70c (patch)
tree3c82821e3c9f90148fdf392e5a26a9b5753756e6 /Makefile
parent57427191e2cf0f08724b74fba3a35aa41ceda40d (diff)
user: add /initctl for shutting the system down in a cleaner way
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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