Changeset 123 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2


Ignore:
Timestamp:
Feb 28, 2011, 10:27:46 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Fixed a couple of mistakes.

File:
1 edited

Legend:

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

    r118 r123  
    386386.RebootComputer:
    387387.ResetAT:
    388     LOAD_BDA_SEGMENT_TO ds, ax
    389     mov     [BDA.wBoot], ax         ; Make sure soft reset flag is not set
     388    LOAD_BDA_SEGMENT_TO ds, ax, !   ; Force use of AX so we can
     389    mov     [BDA.wBoot], ax         ; make sure soft reset flag is not set
    390390    mov     al, 0FEh                ; System reset (AT+ keyboard controller)
    391391    out     64h, al                 ; Reset computer (AT+)
Note: See TracChangeset for help on using the changeset viewer.