X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=bootcard.asm;fp=bootcard.asm;h=dddf846518ef6891bd5d87725c3bd6e5325975cd;hb=bf2c5646249d62535d303a4ec7f94dbc4671f3cf;hp=26f3cd9331676542d6fced0199c6ee958319f701;hpb=881ab41488a9737b7de8f78d336e4ba8eaf3a1be;p=bootcard diff --git a/bootcard.asm b/bootcard.asm index 26f3cd9..dddf846 100644 --- a/bootcard.asm +++ b/bootcard.asm @@ -1,7 +1,6 @@ ; ---- boot me! ---- ; nasm -f bin -o bootcard.img bootcard.asm ; cat bootcard.img >/dev/ -; reboot org 7c00h bits 16 @@ -95,7 +94,7 @@ drawbg: .fillgrad: mov ax, bx mov ah, al - mov cx, 2400 ; 15 lines + mov cx, 2400 ; 15 lines rep stosw inc bx cmp bx, 208 @@ -224,5 +223,4 @@ w30: dw 30 times 510-($-$$) db 0 dw 0aa55h - ; vi:ft=nasm ts=8 sts=8 sw=8: