Ignore:
Timestamp:
Oct 25, 2011, 7:11:38 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Main checkin, adding virtual IDE drive over serial port connection

File:
1 edited

Legend:

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

    r175 r179  
    2626
    2727%ifdef MODULE_SERIAL
    28     test    BYTE [es:BDA.bKBFlgs1], (1<<2)
    29 ;;  jz      .done
    30     mov     bp, ROMVARS.ideVarsAutoSerial
     28    test    BYTE [es:BDA.bKBFlgs1], 8       ; alt key depressed
     29    jz      .done
     30    mov     bp, ROMVARS.ideVarsSerialAuto
    3131;;; fall-through       
    3232%else
Note: See TracChangeset for help on using the changeset viewer.