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

Removed some ancient debugging stuff [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/videoio.asm

    r117 r162  
    757757VideoIO_PrintBuildInfo  EndP
    758758
    759 ;VideoIO_DBG_WriteString         Proc Near   Uses ax bx cx dx si es di
    760 ;   mov   ch, [CFG_Partitions]                                                    ; y
    761 ;   add   ch, 7
    762 ;   add   ch, [CFG_IncludeFloppy]
    763 ;   push cx
    764 ;   mov   cl, 1                                                                   ; x
    765 ;   call  VideoIO_Locate
    766 ;   mov   ch, 15                                                                  ; fgc
    767 ;   mov   cl, 0                                                                   ; bgc
    768 ;   call  VideoIO_Color
    769 ;   mov   si, offset ShowBootLog
    770 ;   call  VideoIO_Print
    771 ;   pop cx
    772 ;   inc   ch
    773759
    774760;   ;mov   ch, 21                                                                 ; y
Note: See TracChangeset for help on using the changeset viewer.