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.
  */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to