summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/btx
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-01-28 04:15:31 +0000
committernyan <nyan@FreeBSD.org>2004-01-28 04:15:31 +0000
commit65ade1620008fbf18bd8e85b8ebc8bd2330b0293 (patch)
tree52f232e94b39466f10e2f2ee2bf1fe1cc97a1aff /sys/boot/pc98/btx
parent01dfe7acc31ff0615820d28a5d81e6f01a991095 (diff)
downloadFreeBSD-src-65ade1620008fbf18bd8e85b8ebc8bd2330b0293.zip
FreeBSD-src-65ade1620008fbf18bd8e85b8ebc8bd2330b0293.tar.gz
MFi386: revision 1.33
PR: kern/62005
Diffstat (limited to 'sys/boot/pc98/btx')
-rw-r--r--sys/boot/pc98/btx/btx/btx.S2
-rw-r--r--sys/boot/pc98/btx/btx/btx.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/btx/btx/btx.S b/sys/boot/pc98/btx/btx/btx.S
index cd35fff..d093094 100644
--- a/sys/boot/pc98/btx/btx/btx.S
+++ b/sys/boot/pc98/btx/btx/btx.S
@@ -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.
diff --git a/sys/boot/pc98/btx/btx/btx.s b/sys/boot/pc98/btx/btx/btx.s
index cd35fff..d093094 100644
--- a/sys/boot/pc98/btx/btx/btx.s
+++ b/sys/boot/pc98/btx/btx/btx.s
@@ -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.
OpenPOWER on IntegriCloud