Ignore:
Timestamp:
Jul 11, 2018, 9:44:43 AM (6 years ago)
Author:
aitotat
Message:

Windows 95 CMOS hack now works with Award BIOSes.
Some small optimizations to INT 19h and INT 19h reset handlers.
Added menuitem to configurator for clearing BDA drive count.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r592 r597  
    426426g_szItemBootFloppyDrvs: db  "Number of Floppy Drives",NULL
    427427g_szItemSerialDetect:   db  "Scan for Serial Drives",NULL
     428g_szItemClearBdaDriveCount: db  "Remove other hard drives",NULL
    428429
    429430g_szDlgBootTimeout:     db  "Enter Boot Menu selection timeout in BIOS timer ticks (2...1092).",NULL
     
    433434g_szDlgBootFloppyDrvs:  db  "Select number of Floppy Drives in system.",NULL
    434435g_szDlgSerialDetect:    db  "Scan for serial drives?",NULL
     436g_szDlgClearBdaDriveCount:  db  "Remove existing INT 13h hard drives during drive detection?",NULL
    435437
    436438g_szNfoBootTimeout:     db  "Menu item selection timeout in BIOS timer ticks. 1 tick = 54.9 ms.",NULL
     
    441443g_szNfoSerialDetect:    db  "Scans all standard COM ports for serial drives."
    442444                        db  " This can also be invoked by holding down ALT at the end of normal drive detection.",NULL
     445g_szNfoClearBdaDriveCount:  db  "Can be used to remove duplicate hard drives.",NULL
    443446
    444447g_szHelpBootTimeout:    db  "Boot Menu selection timeout in BIOS timer ticks (1 second = 18.2 ticks)."
     
    460463                        db  " of normal drive detection. Note that if any serial drives are detected during the normal drive detection,"
    461464                        db  " no scan will take place (to avoid finding the same drive twice).",NULL
     465g_szHelpClearBdaDriveCount: db  "Set to NO for normal operation. Set to YES to get Windows 95 drivers to work when "
     466                            db  "MODULE_WIN95_CMOS_HACK is not included (dummy drive needs to be defined in system BIOS setup).",NULL
    462467
    463468g_szMultichoiceBootDispMode:    db  "Default",LF
Note: See TracChangeset for help on using the changeset viewer.