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

Updated all debug hooks to use the new macros [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/apm.asm

    r117 r123  
    3232IFDEF       AUX_DEBUG
    3333            IF 1
    34             pushf
    35             pusha
    36                 mov     si, offset $+5
    37                 jmp     @F
    38                 db      10,'>> System Shutdown <<',10,0
    39         @@:     call    AuxIO_Print
    40             popa
    41             popf
     34            DBG_TEXT_OUT_AUX    '>> System Shutdown <<'
    4235            ENDIF
    4336ENDIF
Note: See TracChangeset for help on using the changeset viewer.