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

Updated callers of 'LVM_GetDriveLetter' -- revisit this [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/bootmenu.asm

    r118 r155  
    742742        sub     dh,3dh
    743743
     744        mov     si, [PartPointer]
    744745        call    LVM_GetDriveLetter
     746
    745747IF 0
    746748                ; Print values at start of LVM-record
     
    755757                popf
    756758ENDIF
    757         jnc     skip_show_dl
     759        jc      skip_show_dl
    758760
    759761        test    al,al
Note: See TracChangeset for help on using the changeset viewer.