Date: Thu, 5 Nov 1998 00:39:43 -0800 (PST) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common interp_forth.c src/sys/boot/ficl Makefile words.c src/sys/boot/ficl/softwords softcore.fr Message-ID: <199811050839.AAA00602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1998/11/05 00:39:43 PST Modified files: sys/boot/common interp_forth.c sys/boot/ficl Makefile words.c sys/boot/ficl/softwords softcore.fr Log: Remember a bit more of my forth and do: o Add fexists word to check for the presence of a file o make fexists and fload immediate words which DTRT both interpreted and compiled (doh!) o add an init word which gets run at bootstrapping time to do extra post-coldload initialization (in the default implementation, we look for /boot/boot.4th and load it if found). Revision Changes Path 1.3 +4 -3 src/sys/boot/common/interp_forth.c 1.6 +2 -2 src/sys/boot/ficl/Makefile 1.5 +50 -11 src/sys/boot/ficl/words.c 1.2 +3 -0 src/sys/boot/ficl/softwords/softcore.fr 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?199811050839.AAA00602>