Changeset 159


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

Corrected location of 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/partmain.asm

    r156 r159  
    969969PART_StartPartition             Proc Near   Uses ax dx es di
    970970
    971 IFDEF   AUX_DEBUG
    972         IF 0
    973         DBG_TEXT_OUT_AUX    'PART_StartPartition:'
    974         PUSHRF
    975             ;~ call    DEBUG_DumpRegisters
    976             ;~ call    AuxIO_DumpParagraph
    977             ;~ call    AuxIO_TeletypeNL
    978         POPRF
    979         ENDIF
    980 ENDIF
    981 
    982971    ;
    983972    ; Local Storage for this much too large function.
     
    990979    local BPBdl:byte                ; BPB boot-drive-letter. (at 25h)
    991980
     981IFDEF   AUX_DEBUG
     982        IF 1
     983        DBG_TEXT_OUT_AUX    'PART_StartPartition:'
     984        PUSHRF
     985            call    DEBUG_DumpRegisters
     986            ;~ call    AuxIO_DumpParagraph
     987            ;~ call    AuxIO_TeletypeNL
     988        POPRF
     989        ENDIF
     990ENDIF
    992991
    993992    ; Get Partition-Pointer (SI) to Partition-To-Boot (DL).
Note: See TracChangeset for help on using the changeset viewer.