diff options
Diffstat (limited to 'run_bochs_debug.sh')
-rwxr-xr-x | run_bochs_debug.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/run_bochs_debug.sh b/run_bochs_debug.sh new file mode 100755 index 0000000..848feb5 --- /dev/null +++ b/run_bochs_debug.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +cd `dirname $0` + +make -C kernel +./make_cdrom.sh +bochs -f bochs_debug.cfg -q |