Ignore:
Timestamp:
Apr 8, 2017, 12:27:15 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Added more debug hooks [v1.1.1-testing]

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/regular/videoio.asm

    r94 r117  
    887887        push    dx
    888888        ; Offset of array containing LVM SPT values for each disk found
    889         mov     bx,offset TrueSecs
     889        mov     bx,offset [TrueSecs]
    890890        ; DX to index
    891891        xor     dh,dh
Note: See TracChangeset for help on using the changeset viewer.