aboutsummaryrefslogtreecommitdiff
path: root/run_bochs_debug.sh
blob: 335b810b426148fb5b0368ada9efc3cc643dad47 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

cd `dirname $0`

make -C src/common || exit 1
make -C src/kernel || exit 1
./make_cdrom.sh
bochs -f bochs_debug.cfg -q