DEADSOFTWARE

Initial Bare Metal BlackBox Prototype
[bmbb.git] / Boot486 / 2run.sh
1 #!/bin/sh
3 #bochs -q 'boot:a' 'floppya: 1_44=../BlackBox.img, status=inserted'
4 #bochs -q 'boot:c' 'ata0-master: type=disk, path="boot.bin", mode=flat'
5 #bochs -q 'boot:c' 'ata0-master: type=disk, path="boot.bin", mode=flat' 'display_library: x, options="gui_debug"' 2> bochs.log
6 bochs -q \
7 'boot:a' \
8 'floppya: 1_44=boot.bin, status=inserted' \
9 'display_library: x, options="gui_debug"' \
10 'com1: enabled=1, mode=file, dev=serial.txt' \
11 2> bochs.log