X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fboot%2Fboot2.s;fp=src%2Fboot%2Fboot2.s;h=5aeebaa66a0e54dd2c043bbec8620a808d5c8c32;hp=f782d7ef50aca782b0cb16a80bb692e89d3b02dd;hb=6ddbba6fc0185f6aaf64c661c303549eb088010f;hpb=fa74015cb0349960e8c5a09b93c9f9288000f9d9 diff --git a/src/boot/boot2.s b/src/boot/boot2.s index f782d7e..5aeebaa 100644 --- a/src/boot/boot2.s +++ b/src/boot/boot2.s @@ -230,7 +230,7 @@ ldloop: # just in case we were loaded from floppy, turn all floppy motors off mov $0x3f2, %dx in %dx, %al - and $0xf0, %al + and $0xf, %al out %al, %dx mov $10, %ax