Ignore:
Timestamp:
Feb 28, 2011, 4:23:58 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Warm boot flag is now reset when rebooting.
  • Checksum generation no longer corrupts images when image size is less than EEPROM size.
  • Configuration and flashing menu items are now displayed when loading BIOS from EEPROM.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/FlashMenu.asm

    r108 r118  
    206206;       SS:BP:  Ptr to MENU
    207207;   Returns:
    208 ;       Nothing
     208;       CF:     Set if EEPROM too small
    209209;   Corrupts registers:
    210210;       AX, BX, DX
     
    386386.RebootComputer:
    387387.ResetAT:
     388    LOAD_BDA_SEGMENT_TO ds, ax
     389    mov     [BDA.wBoot], ax         ; Make sure soft reset flag is not set
    388390    mov     al, 0FEh                ; System reset (AT+ keyboard controller)
    389391    out     64h, al                 ; Reset computer (AT+)
Note: See TracChangeset for help on using the changeset viewer.