Changeset 251 in xtideuniversalbios for trunk/Assembly_Library/Src
- Timestamp:
- Feb 17, 2012, 11:19:10 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Reboot.asm
r247 r251 13 13 ;-------------------------------------------------------------------- 14 14 Reboot_ComputerWithBootFlagInAX: 15 LOAD_BDA_SEGMENT_TO d x, bx15 LOAD_BDA_SEGMENT_TO ds, bx 16 16 mov [BDA.wBoot], ax ; Store boot flag 17 17 ; Fall to Reboot_AT … … 29 29 out 64h, al ; Reset computer (AT+) 30 30 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 31 mov a l, 1031 mov ax, 10 32 32 call Delay_MicrosecondsFromAX 33 33 %else … … 51 51 mov es, ax 52 52 mov ss, ax 53 jmp WORD 0FFFFh:0h; XT reset53 jmp 0FFFFh:0 ; XT reset
Note:
See TracChangeset
for help on using the changeset viewer.