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

Changed the way to enable/disable debug-functions [v1.1.1-testing]

Instead of using named defines, now a simple 'IF' directive is used.
Any function local resources like strings are also conditionally enabled
or disabled.

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

    r76 r84  
    468468    IFDEF   AUX_DEBUG
    469469        pusha
    470         mov     si, offset dlra
     470        mov     si, offset [dlra]
    471471        call    AuxIO_Print
    472472        call    AuxIO_Teletype
Note: See TracChangeset for help on using the changeset viewer.