Browse Source

More logic added to check for more active partitions

master
Rhodez-x 5 years ago
parent
commit
4d98486684
2 changed files with 1 additions and 2 deletions
  1. BIN
      slrboot.bin
  2. +1
    -2
      slrboot.nasm

BIN
slrboot.bin View File


+ 1
- 2
slrboot.nasm View File

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