Browse Source

fix: update loader read size

greatbridf 2 years ago
parent
commit
f1e064e225
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/boot.s

+ 1 - 1
src/boot.s

@@ -41,7 +41,7 @@ read_data_pack:
     .byte 0x10, 0
 # TODO!!!
 # read more!
-    .word 64     # block count (read 16k)
+    .word 64     # block count (read 32k)
     .word 0x0000 # offset address
     .word 0x07e0 # segment address
     .long 1      # LBA to read