diff options
Diffstat (limited to 'run_bochs_debug.sh')
-rwxr-xr-x | run_bochs_debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_bochs_debug.sh b/run_bochs_debug.sh index 848feb5..df6c0d4 100755 --- a/run_bochs_debug.sh +++ b/run_bochs_debug.sh @@ -2,6 +2,6 @@ cd `dirname $0` -make -C kernel +make -C kernel || exit 1 ./make_cdrom.sh bochs -f bochs_debug.cfg -q |