MFi386: revision 1.33

PR:	kern/62005
This commit is contained in:
nyan 2004-01-28 04:15:31 +00:00
parent dabb23bae4
commit 48e665a355
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ exit.3: jz exit.3 # No
exit.4: jmp exit.4
.else
movw $0x1234, BDA_BOOT # Do a warm boot
ljmp $0xffff,$0x0 # reboot the machine
ljmp $0xf000,$0xfff0 # reboot the machine
.endif
#
# Set IRQ offsets by reprogramming 8259A PICs.

View File

@ -323,7 +323,7 @@ exit.3: jz exit.3 # No
exit.4: jmp exit.4
.else
movw $0x1234, BDA_BOOT # Do a warm boot
ljmp $0xffff,$0x0 # reboot the machine
ljmp $0xf000,$0xfff0 # reboot the machine
.endif
#
# Set IRQ offsets by reprogramming 8259A PICs.