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/driveio.asm

    r78 r84  
    943943        pusha
    944944        push    si
    945         mov     si,offset dioss
     945        mov     si,offset [dioss]
    946946        call    AuxIO_Print
    947947        pop     si
Note: See TracChangeset for help on using the changeset viewer.