aboutsummaryrefslogtreecommitdiff
path: root/run_qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_qemu.sh')
-rwxr-xr-xrun_qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_qemu.sh b/run_qemu.sh
index 8649d92..6c76909 100755
--- a/run_qemu.sh
+++ b/run_qemu.sh
@@ -2,5 +2,5 @@
cd `dirname $0`
-make -C kernel
+make -C kernel || exit 1
qemu-system-i386 -kernel kernel/kernel.bin -serial stdio -m 16