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

Updated 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/regular/bootmenu.asm

    r162 r170  
    688688
    689689IFDEF   AUX_DEBUG
    690         IF 1
     690        IF 0
    691691        pushf
    692692        pusha
     
    726726
    727727IFDEF   AUX_DEBUG
    728         IF 1
     728        IF 0
    729729        pushf
    730730        pusha
Note: See TracChangeset for help on using the changeset viewer.