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

    r117 r119  
    416416
    417417
    418 IFDEF   AUX_DEBUG
    419         IF 1
    420         mov     dl, [BIOS_BootDisk]
    421         ;~ mov     dl, 81h
    422         call    DriveIO_LocateMasterLVMSector
    423         call    DEBUG_DumpRegisters
    424         mov     si, offset [TmpSector]
    425         call    AuxIO_DumpSector
    426         ENDIF
    427 ENDIF
    428 
    429418        ; =======================================
    430419        ; Checks for MBR Virii :) I love that job
Note: See TracChangeset for help on using the changeset viewer.