From owner-cvs-all Sat Dec 14 11:44:15 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 7B4FC37B401; Sat, 14 Dec 2002 11:44:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A11E43EB2; Sat, 14 Dec 2002 11:44:14 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBEJiDmV027257; Sat, 14 Dec 2002 11:44:13 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBEJiDWS027256; Sat, 14 Dec 2002 11:44:13 -0800 (PST) Message-Id: <200212141944.gBEJiDWS027256@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 14 Dec 2002 11:44:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile boot1.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 phk 2002/12/14 11:44:13 PST Modified files: sys/boot/i386/boot2 Makefile boot1.s Log: Employ the unused bytes after the disklabel in the second sector. This makes it possible to make UFS1_ONLY and UFS2_ONLY versions which fit inside the traditional 16 sectors. Remove assorted now unneeded hackery. UFS1_AND_UFS2 still needs another 150 bytes to work, and that is probably not within our reach, ever. Revision Changes Path 1.41 +6 -15 src/sys/boot/i386/boot2/Makefile 1.22 +5 -9 src/sys/boot/i386/boot2/boot1.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message