From owner-freebsd-hackers Tue Jun 20 18:24:39 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA25488 for hackers-outgoing; Tue, 20 Jun 1995 18:24:39 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA25482 ; Tue, 20 Jun 1995 18:24:32 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA30942; Wed, 21 Jun 1995 11:18:37 +1000 Date: Wed, 21 Jun 1995 11:18:37 +1000 From: Bruce Evans Message-Id: <199506210118.LAA30942@godzilla.zeta.org.au> To: ache@freefall.cdrom.com, phk@freefall.cdrom.com Subject: Re: Just FYI, new bootblocks unable to load old (pre-slice) systems Cc: ache@astral.msk.su, bde@zeta.org.au, hackers@freebsd.org Sender: hackers-owner@freebsd.org Precedence: bulk >> In any case this error should be converted to more readable warning >> instead i.e.: >> warning( >> "root partition > 1024 cyls, BIOS can't load kernel stored beyond this limit"); >> If we agree on that, I'll commit it. >Ok, but only if you add a hard-error should it ever try to read a block >past 1024. All in <= 176 bytes. The message should be different to suit the context where the error is found. Bruce