mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
Remove old DatBuffer class.
(also increase the number of sectors loaded by the bootloader in the since I just noticed we were at the limit. This is not the ideal way of doing this.)
This commit is contained in:
parent
de7c54545a
commit
4bd69d4352
6 changed files with 9 additions and 128 deletions
|
@ -42,7 +42,7 @@ boot:
|
|||
|
||||
inc word [cur_lba]
|
||||
mov cx, word [cur_lba]
|
||||
cmp cx, 400
|
||||
cmp cx, 600
|
||||
jz .sector_loop_end
|
||||
|
||||
mov bx, es
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue