Sfoglia il codice sorgente

More logic added to check for more active partitions

master
Rhodez-x 5 anni fa
parent
commit
4d98486684
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. BIN
      slrboot.bin
  2. +1
    -2
      slrboot.nasm

BIN
slrboot.bin Vedi File


+ 1
- 2
slrboot.nasm Vedi 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

Caricamento…
Annulla
Salva