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

Now locating Master LVM-sectors when scanning disks [v1.1.1-testing]

Note that if LVM is set to be ignored in the SETUP, checking for a
signature will not be done and thus no Master LVM sectors will be found.

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/driveio.asm

    r118 r119  
    10001000            call    AuxIO_Print
    10011001            pop     si
    1002             ;~ call    DEBUG_DumpRegisters
     1002            call    DEBUG_DumpRegisters
    10031003            ;~ call    AuxIO_DumpSector
    10041004            ;~ call    AuxIO_DumpParagraph
     
    10161016        pop     es
    10171017
     1018        ; Because JCXZ is used, LBA sector 0 is never loaded and checked.
     1019        ; This is of course no problem since it is the MBR.
    10181020    DriveIO_LocateMasterLVMSector_next:
    10191021        clc                             ; Indicate Master LVM sector not found
Note: See TracChangeset for help on using the changeset viewer.