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

Flushed changes in local cache (debugging state) [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/special/lvm.asm

    r158 r164  
    231231
    232232IFDEF   AUX_DEBUG
    233         IF 0
     233        IF 1
    234234        DBG_TEXT_OUT_AUX    'LVM_GetDriveLetter:'
    235235        PUSHRF
     
    330330
    331331IFDEF   AUX_DEBUG
    332         IF 0
     332        IF 1
    333333        DBG_TEXT_OUT_AUX    'LVM_RemoveVolLetterFromSector:'
    334334        PUSHRF
     
    371371
    372372IFDEF   AUX_DEBUG
    373         IF 0
     373        IF 1
    374374        DBG_TEXT_OUT_AUX    'LVM_DoLetterReassignment:'
    375375        PUSHRF
Note: See TracChangeset for help on using the changeset viewer.