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

    r107 r118  
    158158    call    Buffers_GetFileBufferToESDI
    159159    call    Registers_CopyESDItoDSSI
     160    mov     ax, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]
     161    call    EEPROM_GetSmallestEepromSizeInWordsToCXforImageWithWordSizeInAX
    160162    xor     dx, dx
    161     mov     cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]
    162163    shl     cx, 1
    163164    rcl     dx, 1           ; WORDs to BYTEs
Note: See TracChangeset for help on using the changeset viewer.