Browse Source

More logic added to check for more active partitions

master
Rhodez-x 7 years ago
parent
commit
4d98486684
  1. BIN
      slrboot.bin
  2. 3
      slrboot.nasm

BIN
slrboot.bin

Binary file not shown.

3
slrboot.nasm

@ -102,8 +102,7 @@ add bx, 2 ; next part
mov ax, [bx]
mov WORD [DAPACK.lba_addr_dw_low + 1], ax
call dumpax
cli
hlt
mov WORD [DAPACK.blkcnt], 0x01
mov WORD [DAPACK.db_addr_segment], 0x0000
mov WORD [DAPACK.db_addr_offset], 0x7c00

Loading…
Cancel
Save