From owner-freebsd-small Fri Dec 31 2:19:57 1999 Delivered-To: freebsd-small@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id ADCD01534A for ; Fri, 31 Dec 1999 02:19:53 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p16-dn01kiryunisiki.gunma.ocn.ne.jp [210.132.6.145]) by peach.ocn.ne.jp (8.9.1a/OCN) with ESMTP id TAA04117; Fri, 31 Dec 1999 19:19:46 +0900 (JST) Message-ID: <386C7BFE.A64A5253@newsguy.com> Date: Fri, 31 Dec 1999 18:48:46 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Luigi Rizzo Cc: small@FreeBSD.ORG Subject: Re: loader dictionary full on 3.4R picobsd ? References: <199912301758.SAA01089@info.iet.unipi.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Luigi Rizzo wrote: > > Hi, > i was trying to build picobsd floppies on 3.4R and noticed that > the /boot/loader is now unable to complete the load of all the > config files from /boot/defaults/ ... it complains with something > about "dictionary full" and then cannot the rest of the boot phase > fails. > > While this is a good motivation to finally get rid of the fancy > loader config and do with a very plain loader.rc, any idea > on what caused this change between 3.3 and 3.4 ? FICL uses a pre-allocated dictionary. It's size has always been barely enough for the stuff we load. You can change the size in sys/boot/common/interp_forth.c, though the correct solution is growing the dictionary. It's in my plans... I really ought to sit down and finish all stuff I have pending for FICL. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Nice try, Lao Che." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message