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:
Andreas Kling 2018-10-25 10:49:43 +02:00
commit 4bd69d4352
Notes: sideshowbarker 2024-07-19 18:39:07 +09:00
6 changed files with 9 additions and 128 deletions

View file

@ -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