condensing vbe attribute checks in bootloader

This commit is contained in:
Benji Dial 2021-02-18 21:27:39 -05:00
parent 82d74f17f4
commit cba9eec34b

View file

@ -113,15 +113,10 @@ vbe_loop:
int 0x10
mov al, byte [di]
not al
test al, 0x01
jz vbe_loop
test al, 0x10
jz vbe_loop
test al, 0x80
jz vbe_loop
test al, 0x9a
jnz vbe_loop
mov dx, word [di + 0x14];height
cmp dx, max_height