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

    r78 r84  
    11251125IFDEF   AUX_DEBUG
    11261126    pusha
    1127     mov     si,offset ptetb
     1127    mov     si,offset [ptetb]
    11281128    call    AuxIO_Print
    11291129    call    DEBUG_DumpRegisters
Note: See TracChangeset for help on using the changeset viewer.