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

    r155 r162  
    288288   mov     al, TextChar_WinRep5
    289289   call    VideoIO_PrintSingleChar
     290
    290291   ; HelpWindow done...
    291 
    292 
    293    ; Rousseau: Debug Stuff, put here after building Main Menu
    294    ;call    VideoIO_DBG_WriteString
    295    ;call    VideoIO_DBG_WriteString2
    296292
    297293   ret
     
    10571053
    10581054    BME_MainLoop:
    1059 
    1060         ;call    VideoIO_DBG_WriteString2    ; Rousseau
    10611055
    10621056        test    byte ptr [TimedBootEnable], 1
Note: See TracChangeset for help on using the changeset viewer.