diff --git a/sys/boot/pc98/btx/btx/btx.S b/sys/boot/pc98/btx/btx/btx.S index cd35fffe95b..d093094987b 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 cd35fffe95b..d093094987b 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.