From owner-freebsd-config Mon Jun 9 03:57:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA16847 for config-outgoing; Mon, 9 Jun 1997 03:57:17 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA16842 for ; Mon, 9 Jun 1997 03:57:15 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id DAA05468; Mon, 9 Jun 1997 03:57:01 -0700 (PDT) To: Michael Smith cc: bde@zeta.org.au, config@freebsd.org Subject: Re: Startup userconfig parsing In-reply-to: Your message of "Mon, 09 Jun 1997 20:23:14 +0930." <199706091053.UAA27275@genesis.atrad.adelaide.edu.au> Date: Mon, 09 Jun 1997 03:57:00 -0700 Message-ID: <5464.865853820@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-config@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > You read my mind. It has some wacko arithmetic problems, and the guy > must be allergic to ANSI C and Unix systems in general (can you > _really_ write to the data segment under SunOS?), but it does > seem to be the best bet. I just looked at it too - it's pretty easy to rip all the I/O out. In fact, since it's PD, I've taken the liberty of simply ripping out any #ifdefs I don't like and it's getting noticably smaller and more manageable. :-) cforth needs an external dictionary file so I said "bah" to that, BTW. atl is self-contained by comparison and you could lobotomize it pretty good and then rebuild just the parts you wanted. I say beat the crap out of it. ;) Jordan