mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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
Notes:
sideshowbarker
2024-07-19 15:46:28 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f3c8821b0fa
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…
Reference in a new issue