Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 1998 22:11:36 -0800 (PST)
From:      Michael Smith <msmith@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
Message-ID:  <199811030611.WAA07779@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811030611.WAA07779>