From owner-cvs-all Tue Oct 8 11:19: 4 2002 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 8459D37B401; Tue, 8 Oct 2002 11:19:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3071943E65; Tue, 8 Oct 2002 11:19:03 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g98IJ3Co075520; Tue, 8 Oct 2002 11:19:03 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g98IJ3mj075519; Tue, 8 Oct 2002 11:19:03 -0700 (PDT) Message-Id: <200210081819.g98IJ3mj075519@freefall.freebsd.org> From: John Baldwin Date: Tue, 8 Oct 2002 11:19:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile boot1.s src/sys/boot/i386/btx/btx btx.s src/sys/boot/i386/btx/btxldr btxldr.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/10/08 11:19:02 PDT Modified files: sys/boot/i386/boot2 Makefile boot1.s sys/boot/i386/btx/btx btx.s sys/boot/i386/btx/btxldr btxldr.s Log: Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2 to run at 0xc000 by changing its virtual start address from 0x1000 to 0x2000. Tested by: phk Revision Changes Path 1.40 +1 -1 src/sys/boot/i386/boot2/Makefile 1.21 +6 -6 src/sys/boot/i386/boot2/boot1.s 1.32 +1 -1 src/sys/boot/i386/btx/btx/btx.s 1.12 +1 -1 src/sys/boot/i386/btx/btxldr/btxldr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message