From owner-cvs-all@FreeBSD.ORG Sun Nov 16 10:24:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF9216A4CE; Sun, 16 Nov 2003 10:24:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5190143F3F; Sun, 16 Nov 2003 10:24:24 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGIOOXJ004098; Sun, 16 Nov 2003 10:24:24 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGIOOqb004097; Sun, 16 Nov 2003 10:24:24 -0800 (PST) (envelope-from phk) Message-Id: <200311161824.hAGIOOqb004097@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 16 Nov 2003 10:24:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/btx/btx btx.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:24:25 -0000 phk 2003/11/16 10:24:24 PST FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.s Log: When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0. While we end up the same place, we end up with two different CS register values after the jump and 0xf000 is compatible with the hardware reset value. This makes a difference if the BIOS does a near jump before a far jump. Detective work and patch by: Adrian Steinmann Revision Changes Path 1.33 +1 -1 src/sys/boot/i386/btx/btx/btx.s