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