Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2010 08:31:02 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215285 - head/sys/boot/i386/boot2
Message-ID:  <201011140831.oAE8V2iI075319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec
Date: Sun Nov 14 08:31:02 2010
New Revision: 215285
URL: http://svn.freebsd.org/changeset/base/215285

Log:
  Fix the jump location.

Modified:
  head/sys/boot/i386/boot2/boot1.S

Modified: head/sys/boot/i386/boot2/boot1.S
==============================================================================
--- head/sys/boot/i386/boot2/boot1.S	Sun Nov 14 08:25:27 2010	(r215284)
+++ head/sys/boot/i386/boot2/boot1.S	Sun Nov 14 08:31:02 2010	(r215285)
@@ -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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011140831.oAE8V2iI075319>