Ignore:
Timestamp:
Mar 13, 2012, 5:29:34 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Serial server DPT flag optimization, remove Serial/IDE specific header on drive scan results, added GNU GPL v2 banner at boot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm

    r294 r334  
    4646    eCMOVE  ax, cs                          ; Use segment address for JR-IDE/ISA
    4747%endif
    48 
    49     mov     si, g_szDetectOuter             ; Load SI with default wrapper string "IDE %s at %s: "
    5048
    5149    push    bp                              ; setup stack for call to
     
    9997
    10098.pushAndPrintSerial:
    101     mov     si, g_szDetectOuterSerial       ; Finally load SI with wrapper string "Serial %s on %s: "
    102 
    10399.pushAndPrint:
    104100%endif
     
    107103    push    ax                              ; Push high order digits, or port address, or N/A
    108104    push    dx                              ; Push low order digit, or N/A
     105
     106    mov     si, g_szDetectOuter             ; Load SI with default wrapper string "IDE %s at %s: "
    109107
    110108    jmp     short DetectPrint_BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay
Note: See TracChangeset for help on using the changeset viewer.