Ignore:
Timestamp:
Nov 9, 2017, 11:25:54 PM (8 years ago)
Author:
Ben Rietbroek
Message:

Fixed non-functional TAB-key caused by disabling FX [v1.1.3-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.2-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/regular/other.asm

    r200 r223  
    264264        ;  Delay for some time and get Strg/Alt State
    265265        ; ============================================
     266
     267; While the FX-module is excluded from newer versions, we want to retain
     268; the option of enabling it.
     269IFDEF   FX_ENABLED
    266270        test    byte ptr [CFG_CooperBars], 1
    267271        jnz     PCM_ShortDelay
     272ENDIF
     273
    268274        mov     al, 27                        ; About 1.5 seconds
    269275        test    byte ptr [CFG_FloppyBootGetName], 1
Note: See TracChangeset for help on using the changeset viewer.