X-Git-Url: https://deadsoftware.ru/gitweb?p=bmbb.git;a=blobdiff_plain;f=Boot486%2Fdis.sh;h=1217ca80fba5bbc9f45768d96e6ad9baca270f63;hp=fa9dee1c82d894ada6c14f17c39e614da15037d8;hb=8fa5c7d9ff42cafdaef6bbb7a71cfc1f8968f877;hpb=8c6b4e02114820922c958d452f3b55055956feaf diff --git a/Boot486/dis.sh b/Boot486/dis.sh index fa9dee1..1217ca8 100755 --- a/Boot486/dis.sh +++ b/Boot486/dis.sh @@ -1,4 +1,4 @@ #!/bin/sh set -e -objdump -b binary -m i8086 -D boot.bin | less +objdump -b binary -m i8086 -D ../BlackBox.img | less