DEADSOFTWARE

Added simple ATA PIO read only driver
[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' '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
13 bochs -q \
14 'boot:c' \
15 'ata0-master: type=disk, path="../BlackBox.img", mode=flat' \
16 'com1: enabled=1, mode=file, dev=serial.txt' \
17 'display_library: x, options="gui_debug"' \
18 2> bochs.log