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

Added more debug hooks [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/setup/part_set.asm

    r76 r117  
    973973
    974974IFDEF   AUX_DEBUG
    975         ;~ pusha
    976         ;~ mov     al,dl   ; Partition the hiding is set for.
    977         ;~ call    AuxIO_TeletypeHexByte
    978         ;~ call    AuxIO_TeletypeNL
    979         ;~ popa
     975        IF 0
     976        pushf
     977        pusha
     978            mov     al,dl   ; Partition the hiding is set for.
     979            call    AuxIO_TeletypeHexByte
     980            call    AuxIO_TeletypeNL
     981        popa
     982        popf
     983        ENDIF
    980984ENDIF
    981985
     
    9971001
    9981002IFDEF   AUX_DEBUG
    999         ;~ pusha
    1000         ;~ mov     al,dl   ; Index of partition to set Special Marker on.
    1001         ;~ call    AuxIO_TeletypeHexByte
    1002         ;~ call    AuxIO_TeletypeNL
    1003         ;~ popa
     1003        IF 0
     1004        pushf
     1005        pusha
     1006            mov     al,dl   ; Index of partition to set Special Marker on.
     1007            call    AuxIO_TeletypeHexByte
     1008            call    AuxIO_TeletypeNL
     1009        popa
     1010        popf
     1011        ENDIF
    10041012ENDIF
    10051013
Note: See TracChangeset for help on using the changeset viewer.