X-Git-Url: https://deadsoftware.ru/gitweb?p=bmbb.git;a=blobdiff_plain;f=Boot486%2F2run.sh;h=b14f80051ab0c8d89d160fba1016310d43fd46aa;hp=f36443ca8ed27ed7c5f7f7299c8945284c6609d3;hb=4c5d9c51eb4c3d15574923f734592345efcdc688;hpb=21efe406346aee850b1fe0f3050f10c28310f5bf diff --git a/Boot486/2run.sh b/Boot486/2run.sh index f36443c..b14f800 100755 --- a/Boot486/2run.sh +++ b/Boot486/2run.sh @@ -1,11 +1,19 @@ #!/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: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 \ - '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' \ -2> bochs.log + 'display_library: x, options="gui_debug"' \ + 'magic_break: enabled=1' \ + 2> bochs.log