aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl/loader.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-839/+0
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-3/+1
* Preliminary support for EFI in boot loader. Define efi-boot forthWarner Losh2016-10-241-2/+1
* Create a new linker set, Xficl_compile_set which contains a list ofWarner Losh2016-10-141-190/+5
* Implement uuid-to-string and uuid-from-string. uuid-from-string takesWarner Losh2016-05-171-0/+74
* Revert my previoius commit as it explicit pollute the ficl on otherMarcelo Araujo2015-06-081-1/+0
* Include header libi386.h to silence the clang warning of implicit declarationMarcelo Araujo2015-06-071-0/+1
* Add support for calling pcibios routines from theWarner Losh2014-09-101-2/+144
* Remove ia64.Marcel Moolenaar2014-07-071-6/+0
* Fix the freaddir implementation for the stand-alone interpreter.Marcel Moolenaar2013-08-091-11/+39
* Fix the build of the testmain target. This target compiles a ForthMarcel Moolenaar2013-08-011-4/+31
* Add 2 builtin words for working with directories:Marcel Moolenaar2013-07-101-0/+54
* Remove Alpha bits for ficl.John Baldwin2006-05-121-8/+0
* Instead of just not defining a bunch of words when TESTMAIN is set, provideScott Long2004-11-301-12/+43
* Define 'arch-powerpc'Peter Grehan2003-12-101-0/+8
* Set arch-pc98 env to true for pc98.Yoshihiro Takahashi2003-06-081-1/+3
* Fix for stand-alone compilingScott Long2002-08-211-0/+4
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isDaniel C. Sobral2002-04-091-10/+10
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-111-8/+65
* Add definition for arch-ia64.Doug Rabson2001-09-041-0/+6
* Bring in ficl 2.05.Daniel C. Sobral2001-04-291-1/+302
* Only build PnP parts if the platform supports PnP.Doug Rabson2000-09-101-0/+4
* Add the infrastructure necessary to handle PnP from a Forth script.Daniel C. Sobral2000-09-081-0/+95
* Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL.Daniel C. Sobral2000-06-071-0/+208