From owner-freebsd-small Sun Apr 16 17:10: 7 2000 Delivered-To: freebsd-small@freebsd.org Received: from mail.got.net (dyn-207-111-241-92.sjc.got.net [207.111.241.92]) by hub.freebsd.org (Postfix) with ESMTP id 7954637B6D4 for ; Sun, 16 Apr 2000 17:10:04 -0700 (PDT) (envelope-from brucem@mail.got.net) Received: (from brucem@localhost) by mail.got.net (8.9.3/8.9.3) id PAA01318 for freebsd-small@FreeBSD.ORG; Sun, 16 Apr 2000 15:16:19 -0700 (PDT) (envelope-from brucem) Date: Sun, 16 Apr 2000 15:16:19 -0700 (PDT) From: "Bruce R. Montague Brucem" Message-Id: <200004162216.PAA01318@mail.got.net> To: freebsd-small@FreeBSD.ORG Subject: 3.4 PicoBSD loader.rc FICL dict space. Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, all, forgive what might be the wrong place for what might just be a newbie note. I've tried to check what I thought would be all the right places, such as the FreeBSD open bug list... Perhaps I didn't go back far enough? Using the FreeBSD 3.4 cd-roms from Walnut Creek, I built PicoBSD, but the loader couldn't make it through the loader.rc FICL script, which got a dictionary out of space error that was confirmed by a "words" command. To boot cleanly I just replaced the display menu stuff with "start", that is, I replaced /usr/src/release/picobsd/forth/loader.rc with: ------ include /boot/loader.4th only forth definitions also support-functions s" /boot/defaults/loader.conf" initialize start ----- Is this normal? Should the FICL dictionary be expanded? Did other FICL stuff grow in 3.4, making the old code no longer fit? Any comments or advice appreciated... Regards, - bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message