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