summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-14 08:31:02 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-14 08:31:02 +0000
commitf285ffcf0a38e0054880b6652b2d530977275ea6 (patch)
tree5c103f585ed319b80ee65f0283fddc3d1b5ca81d /sys/boot
parent6985a982adb7e71ee8a416ed446cab3cb1d6aa6e (diff)
downloadFreeBSD-src-f285ffcf0a38e0054880b6652b2d530977275ea6.zip
FreeBSD-src-f285ffcf0a38e0054880b6652b2d530977275ea6.tar.gz
Fix the jump location.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/boot2/boot1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S
index 7c134e2..14d28b3 100644
--- a/sys/boot/i386/boot2/boot1.S
+++ b/sys/boot/i386/boot2/boot1.S
@@ -239,7 +239,7 @@ error: callw putstr # Display message
xorb %ah,%ah # BIOS: Get
int $0x16 # keypress
movw $0x1234, BDA_BOOT # Do a warm boot
- ljmp $0xf000,$0x0 # reboot the machine
+ ljmp $0xf000,$0xfff0 # reboot the machine
/*
* Display a null-terminated string using the BIOS output.
*/
OpenPOWER on IntegriCloud