summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl/i386
Commit message (Collapse)AuthorAgeFilesLines
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
|
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isdcs2002-04-091-17/+37
| | | | | | | | due Jon Mini. PR: 36308 Submitted by: Jon Mini <mini@haikugeek.com> MFC after: 4 weeks
* Bring in ficl 2.05.dcs2001-04-291-40/+148
| | | | | | | This version has a step debugger, which now completely replaces the old trace feature. Also, we moved all of the FreeBSD-specific MI code to loader.c, reducing the diff between this and the official FICL distribution.
* Improve on ficl port to alpha.dcs1999-11-231-4/+0
| | | | | | | | | | | Files sysdep.[ch] are now in ${MACHINE_ARCH} subdirectory. Internal #if's used to identify the platform where removed. Make rule for target testmain was greatly simplified, because it was easier simplifying it than changing it to support the new location of sysdep.[ch]. (a repo-copy was done on sysdep.[ch], of course)
* (Hopefully) make all necessary changes for ficl to support alpha.dcs1999-11-231-0/+4
|
* Bring in ficl version 2.03. No version bump for loader.dcs1999-09-292-27/+83
|
* Add EXCEPTION word set.msmith1999-01-222-0/+8
| | | | | | | | | | | Make TIB handling use buffer size to conform with ANS Forth. Add ANS MEMORY-ALLOC word set. See the PRs for extensive details. PR: kern/9412 kern/9442 kern/9514 Submitted by: PRs from Daniel Sobral <dcs@newsguy.com>
* Change counter-intuitive pc@ and pc! to inb and outb.abial1999-01-141-5/+5
| | | | Submitted by: jkh
* Add words "pc!" and "pc@" which allow to manipulate I/O ports. This canabial1999-01-131-0/+35
| | | | | | be helpful when directly fiddling with PC hardware. Also, define "arch-i386" appropriately, as suggested by Daniel C. Sobral.
* Fix includes; we were still pulling in <stdlib.h> in some places.msmith1998-11-041-0/+5
| | | | | Support building a standalone interpreter with 'make testmain', remove win32 and egregious gets() in testmain.c
* Make this work in the libstand environment; don't use stdio/stdlib headers.msmith1998-11-041-6/+2
|
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,msmith1998-11-032-0/+341
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)
OpenPOWER on IntegriCloud