freebsd-nq/sys/boot/ficl
Jordan K. Hubbard 37869e957d o Add proper stack checking to all file words
o add fkey and fread
o eliminate fexists now that this can be expressed in HLL forth
  ( : fexists fopen dup -1 <> if fclose 1 else drop 0 then ; ) :-)

Once we get the ability to write files, it should be possible to do
stand-alone rescue work from the 3rd stage boot. :)
1998-11-07 17:38:40 +00:00
..
alpha
i386
softwords Take init out of here - it's a layering violation. 1998-11-07 05:01:25 +00:00
dict.c
ficl.c Eliminate much code cruft by extending simple file I/O API to include 1998-11-07 06:18:06 +00:00
ficl.h Eliminate much code cruft by extending simple file I/O API to include 1998-11-07 06:18:06 +00:00
Makefile
math64.c
math64.h
stack.c
sysdep.c
sysdep.h
testmain.c
vm.c
words.c o Add proper stack checking to all file words 1998-11-07 17:38:40 +00:00