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/Buffers.asm

    r109 r118  
    176176
    177177    call    Buffers_GetFileBufferToESDI
    178     mov     cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]
     178    mov     ax, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]
     179    call    EEPROM_GetSmallestEepromSizeInWordsToCXforImageWithWordSizeInAX
    179180    shl     cx, 1           ; Words to bytes
    180181    dec     cx              ; Leave space for checksum byte
Note: See TracChangeset for help on using the changeset viewer.