Changeset 157 for trunk/bootcode/regular


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

Added missing debug hook [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/regular/driveio.asm

    r152 r157  
    614614;------------------------------------------------------------------------------
    615615DriveIO_SaveLVMSectorXBR    Proc    Near
     616
     617IFDEF   AUX_DEBUG
     618        IF 1
     619        DBG_TEXT_OUT_AUX    'DriveIO_SaveLVMSectorXBR:'
     620        PUSHRF
     621            call    DEBUG_DumpRegisters
     622            ;~ call    AuxIO_DumpSector
     623            ;~ call    AuxIO_DumpParagraph
     624            ;~ call    AuxIO_TeletypeNL
     625        POPRF
     626        ENDIF
     627ENDIF
    616628
    617629        ; Save all registers
Note: See TracChangeset for help on using the changeset viewer.