Changeset 71


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

Switching on serial port debugging [v1.1.1-testing]

Information is logged to the serial port and pressing some keys will
log some specific information. Press 'h' to see which keys are active.
Because of the initial info dump, it will take some time before the
menu appears.

If you build from this commit and do not have a serial port or have no
terminal attached, AiR-BOOT will most probably hang or take a long timr
before the menu is displayed.

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

    r70 r71  
    8181; when AUX_DEBUG is not defined.
    8282;
    83 ;~ AUX_DEBUG       EQU
     83AUX_DEBUG       EQU
    8484
    8585;
     
    235235LocLVM_InstallLetter        equ     13h ; unknown BYTE (can be used ?)
    236236
    237 ; Truncated to 11 chars when  displayed in menu.
     237; Truncated to 11 chars when displayed in menu.
    238238; MiniLVM sets both to the same value.
    239239; Also, MiniLVM uses a 0-byte terminator, so the maximum length is 19d.
     
    18921892;
    18931893; Moved here to make room for packed hiddenparttable.
    1894 ; This gets filled when drive-letters that are assigned using the dl-feature.
     1894; This gets filled with drive-letters that are assigned using the dl-feature.
    18951895;
    18961896DriveLetters            db  LocIPT_MaxPartitions dup (0)
Note: See TracChangeset for help on using the changeset viewer.