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

Moved the AuxIO initialization to an earlier stage [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/debug.asm

    r127 r142  
    908908        pusha
    909909
    910         ; Hello message
    911         mov     si, offset AuxIOHello
    912         call    AuxIO_Print
    913 
    914         ; Build Info
    915         ;~ mov     si, offset BUILD_DATE
    916         ;~ call    AuxIO_Print
    917         call    AuxIO_PrintBuildInfo
    918 
    919         ; Start new line
    920         call    AuxIO_TeletypeNL
    921         ;~ call    AuxIO_TeletypeNL
    922 
    923910        ;~ call    DEBUG_DumpHidePartTables
    924911        ;~ call    DEBUG_CheckMath
Note: See TracChangeset for help on using the changeset viewer.