mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
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:
parent
c61f9eba61
commit
f3c8821b0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue