From owner-freebsd-bugs Sun Jan 11 20:00:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA19472 for bugs-outgoing; Sun, 11 Jan 1998 20:00:03 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA19433; Sun, 11 Jan 1998 20:00:00 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Jan 1998 20:00:00 -0800 (PST) Message-Id: <199801120400.UAA19433@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: kern/5481: boot blocks too big with BOOT_HD_BIAS defined Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/5481; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, obrien@NUXI.com Cc: Subject: Re: kern/5481: boot blocks too big with BOOT_HD_BIAS defined Date: Mon, 12 Jan 1998 14:53:28 +1100 > if you uncomment the definition for BOOT_HD_BIAS in > sys/sys/i386/boot/biosboot/Makefile and then make, you get > > dd if=boot.nohdr of=boot2 bs=512 skip=1 > 14+1 records in > 14+1 records out > 7200 bytes transferred in 0.001314 secs (5479269 bytes/sec) > boot2 is too big > *** Error code 2 Not all options can fit, so you have may have to remove option(s) to fit another option. The standard 2.2.5 options leave 0 bytes free, so you always have to remove option(s) to fit even a small option like BOOT_HD_BIAS. > Obvisouly this isn't so serious now that we have /boot.config, > but I liked hard coding this into the boot blocks so I don't have > to worry about the existance of this file. You will have to worry soon when BOOT_HD_BIAS is removed :-). Bruce