Bootloader: Bump sector count once again.

This is starting to get cramped. I wonder how much longer this hilarious
frankenloader will be able to boot us.
This commit is contained in:
Andreas Kling 2019-02-12 12:09:50 +01:00
parent c61f9eba61
commit f3c8821b0f
Notes: sideshowbarker 2024-07-19 15:46:28 +09:00

View file

@ -50,7 +50,7 @@ boot:
inc word [cur_lba]
mov cx, word [cur_lba]
cmp cx, 600
cmp cx, 900
jz .sector_loop_end
mov bx, es