- Timestamp:
- Feb 28, 2011, 10:27:46 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r120 r123 142 142 ;-------------------------------------------------------------------- 143 143 Interrupts_InstallHandlerToVectorInBXFromCSSI: 144 shl bx, 1 145 shl bx, 1 ; Shift for DWORD offset 144 eSHL_IM bx, 2 ; Shift for DWORD offset 146 145 mov [es:bx], si ; Store offset 147 146 mov [es:bx+2], cs ; Store segment -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/FlashMenu.asm
r118 r123 386 386 .RebootComputer: 387 387 .ResetAT: 388 LOAD_BDA_SEGMENT_TO ds, ax 389 mov [BDA.wBoot], ax ; Make sure soft reset flag is not set388 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 390 390 mov al, 0FEh ; System reset (AT+ keyboard controller) 391 391 out 64h, al ; Reset computer (AT+)
Note:
See TracChangeset
for help on using the changeset viewer.