X-Git-Url: https://deadsoftware.ru/gitweb?p=bmbb.git;a=blobdiff_plain;f=Boot486%2F2run.sh;h=8a26c50b8d975c5e52b41e1522b77833a2204a42;hp=f36443ca8ed27ed7c5f7f7299c8945284c6609d3;hb=8fa5c7d9ff42cafdaef6bbb7a71cfc1f8968f877;hpb=8c6b4e02114820922c958d452f3b55055956feaf diff --git a/Boot486/2run.sh b/Boot486/2run.sh index f36443c..8a26c50 100755 --- a/Boot486/2run.sh +++ b/Boot486/2run.sh @@ -1,11 +1,18 @@ #!/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"' \ + 2> bochs.log