From owner-freebsd-hackers Tue Mar 21 06:03:40 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA20664 for hackers-outgoing; Tue, 21 Mar 1995 06:03:40 -0800 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 GAA20655 for ; Tue, 21 Mar 1995 06:03:32 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA17342; Wed, 22 Mar 1995 00:02:33 +1000 Date: Wed, 22 Mar 1995 00:02:33 +1000 From: Bruce Evans Message-Id: <199503211402.AAA17342@godzilla.zeta.org.au> To: hackers@FreeBSD.org, wosch@cs.tu-berlin.de Subject: Re: biosboot code size Sender: hackers-owner@FreeBSD.org Precedence: bulk >I changed the biosboot sources to emulate simple ls and more/cat >(read help files, list /dev etc.) at boot prompt. It works fine for >FreeBSD-2.0. >Unfortunately, in FreeBSD-current grow the code and boot hangs. >I delete the usage printf to reduce the code. Is there any other way >to avoid this strange size limit? It needs to be split into a small stage and a large stage. The Makefile should check that its text+data size is <= 7680 bytes. Bruce