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
  • TabularUnified trunk/bootcode/airboot.asm

    r119 r123  
    962962IFDEF   AUX_DEBUG
    963963        IF 1
    964         pushf
    965         pusha
    966             push    si
    967             mov     si, offset $+5
    968             jmp     @F
    969             db      10,'## AiR_BOOT_Start ##',10,0
    970             @@:
    971             call    AuxIO_Print
    972             pop     si
     964        DBG_TEXT_OUT_AUX    '## AiR_BOOT_Start ##'
     965        PUSHRF
    973966            call    DEBUG_DumpRegisters
    974         popa
    975         popf
     967        POPRF
    976968        ENDIF
    977969ENDIF
Note: See TracChangeset for help on using the changeset viewer.