From owner-cvs-all Wed Jul 12 11:15:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E166A37BE2D; Wed, 12 Jul 2000 11:15:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82097; Wed, 12 Jul 2000 11:15:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007121815.LAA82097@freefall.freebsd.org> From: John Baldwin Date: Wed, 12 Jul 2000 11:15:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/12 11:15:06 PDT Modified files: usr.sbin/boot0cfg boot0cfg.c Log: Update boot0cfg to handle the new boot0: - Allow for boot0 to be more than one sector long. However, ensure that it its length is a multiple of the sector length. - Change the signatures used to determine a valid boot0 as some of the signature code changed. - Use the old signature to detect version 1.0 of boot0, otherwise read the version number from boot0 itself. Revision Changes Path 1.8 +53 -21 src/usr.sbin/boot0cfg/boot0cfg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message