DEADSOFTWARE

Added simple ATA PIO read only driver
[bmbb.git] / Boot486 / 2run.sh
index f36443ca8ed27ed7c5f7f7299c8945284c6609d3..8a26c50b8d975c5e52b41e1522b77833a2204a42 100755 (executable)
@@ -1,11 +1,18 @@
 #!/bin/sh
 
 #bochs -q 'boot:a' 'floppya: 1_44=../BlackBox.img, status=inserted'
 #!/bin/sh
 
 #bochs -q 'boot:a' 'floppya: 1_44=../BlackBox.img, status=inserted'
-#bochs -q 'boot:c' 'ata0-master: type=disk, path="boot.bin", mode=flat'
 #bochs -q 'boot:c' 'ata0-master: type=disk, path="boot.bin", mode=flat' 'display_library: x, options="gui_debug"' 2> bochs.log
 #bochs -q 'boot:c' 'ata0-master: type=disk, path="boot.bin", mode=flat' 'display_library: x, options="gui_debug"' 2> bochs.log
+
+#bochs -q \
+#      'boot:a' \
+#      'floppya: 1_44=boot.bin, status=inserted' \
+#      'display_library: x, options="gui_debug"' \
+#      'com1: enabled=1, mode=file, dev=serial.txt' \
+#      2> bochs.log
+
 bochs -q \
 bochs -q \
-       'boot:a' \
-       'floppya: 1_44=boot.bin, status=inserted' \
-       'display_library: x, options="gui_debug"' \
+       'boot:c' \
+       'ata0-master: type=disk, path="../BlackBox.img", mode=flat' \
        'com1: enabled=1, mode=file, dev=serial.txt' \
        'com1: enabled=1, mode=file, dev=serial.txt' \
-2> bochs.log
+       'display_library: x, options="gui_debug"' \
+       2> bochs.log