From owner-cvs-all Mon Nov 2 22:11:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19923 for cvs-all-outgoing; Mon, 2 Nov 1998 22:11:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19917; Mon, 2 Nov 1998 22:11:34 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07779; Mon, 2 Nov 1998 22:11:36 -0800 (PST) Date: Mon, 2 Nov 1998 22:11:36 -0800 (PST) Message-Id: <199811030611.WAA07779@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot Makefile src/sys/boot/ficl Makefile dict.c ficl.c ficl.h math64.c math64.h stack.c sysdep.c sysdep.h testmain.c vm.c words.c src/sys/boot/ficl/softwords classes.fr jhlocal.fr marker.fr oo.fr softcore.fr softcore.pl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/11/02 22:11:35 PST Modified files: sys/boot Makefile Added files: sys/boot/ficl Makefile dict.c ficl.c ficl.h math64.c math64.h stack.c sysdep.c sysdep.h testmain.c vm.c words.c sys/boot/ficl/softwords classes.fr jhlocal.fr marker.fr oo.fr softcore.fr softcore.pl Log: Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, this will allow us to manage bloat in the loader by using a bytecoded HLL rather than lots of C code. It also offers an opportunity for vendors or others with special applications to significantly customise the boot process without having to commit to a divergent code branch. This early commit is to allow others to experiment with the most effective mechanisms for integrating FICL with the loader as it currently stands. Ficl is distributed with the following license conditions: "Ficl is freeware. Use it in any way that you like, with the understanding that the code is not supported." All source files contain authorship attributions. Obtained from: John Sadler (john_sadler@alum.mit.edu) Revision Changes Path 1.2 +5 -2 src/sys/boot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message