summaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add simple terminal emulator, compatible with cons25. Currently supportedAndrzej Bialecki1998-12-222-9/+386
* Add new word ".#" which acts like "." but doesn't output a space separator.Andrzej Bialecki1998-12-221-0/+13
* * Begin integration of built-ins with Forth: leave the exit code fromAndrzej Bialecki1998-12-223-29/+45
* Removed dynamic loading of FileHandleNick Hibma1998-12-161-4/+2
* Disable build/install of boot.help until we sort out how to construct itMike Smith1998-12-161-10/+10
* Reformat help to improve subtopic display appearance, other minorMike Smith1998-12-152-9/+9
* Build the composite help file from the generic and architecture-specificMike Smith1998-12-154-4/+257
* unlocalise build date (merge from i386)Mike Smith1998-12-151-0/+1
* unlocalize dateAndrey A. Chernov1998-12-071-0/+1
* Revise some comments and labels.Robert Nordier1998-12-051-16/+22
* Drop EDD support detection, though retain configurable use of diskRobert Nordier1998-11-292-104/+110
* Drop use of BIOS int 0x14 services in favor of direct port I/O.Robert Nordier1998-11-221-37/+48
* Fix misallocation of buffer bug (too short)Archie Cobbs1998-11-201-1/+1
* This fixes a bug in the bcache code whereby false cache hits occurPaul Richards1998-11-191-2/+4
* Add documentation for $rootdev.Mike Smith1998-11-131-1/+10
* Add a new variable $num_ide_disks which is used to offset the unit numberMike Smith1998-11-134-15/+21
* bootforth seems to be working well enough for me and others to turnJordan K. Hubbard1998-11-121-8/+8
* Revise error messages.Robert Nordier1998-11-112-4/+4
* Prevent boot.config being parsed more than once.Robert Nordier1998-11-082-2/+4
* Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display whileRobert Nordier1998-11-082-28/+4
* boot1: Eliminate EDD detection and optional use of disk packetRobert Nordier1998-11-087-203/+164
* o Add proper stack checking to all file wordsJordan K. Hubbard1998-11-071-28/+48
* Eliminate much code cruft by extending simple file I/O API to includeJordan K. Hubbard1998-11-073-53/+99
* Eliminate much code cruft by extending simple file I/O API to includeJordan K. Hubbard1998-11-071-4/+9
* Take init out of here - it's a layering violation.Jordan K. Hubbard1998-11-071-3/+0
* Don't have debugging on by default - it makes testing annoying. :)Jordan K. Hubbard1998-11-071-2/+2
* OK, fload/fexec work properly when both compiling and interpretingJordan K. Hubbard1998-11-071-11/+9
* switch words to default mode.Jordan K. Hubbard1998-11-061-4/+4
* Submit better fix to the prompt bug.Jordan K. Hubbard1998-11-062-3/+3
* Make fexists/fload work with existing string literals instead. DoingJordan K. Hubbard1998-11-062-41/+9
* Argh, I had this right[er] before. More commits to follow.Jordan K. Hubbard1998-11-061-2/+2
* Use proper literal names.Jordan K. Hubbard1998-11-061-2/+2
* Ack. Create parseable command tail properly, and eat args out of the TIB.Mike Smith1998-11-061-2/+5
* Don't not print the prompt string; not doing this has funny side-effects.Mike Smith1998-11-062-4/+6
* Don't use the poxy vmGetString interface (who uses counted strings theseMike Smith1998-11-061-7/+23
* Make use of BIOS int 0x13 extensions configurable, and disabledRobert Nordier1998-11-055-9/+20
* Remember a bit more of my forth and do:Jordan K. Hubbard1998-11-054-16/+59
* 1. rebuild all elements of testmain properly for safety.Jordan K. Hubbard1998-11-053-7/+99
* Explicitly invoke perl to run the softwords.pl script in case theMike Smith1998-11-051-2/+2
* Improve the assertion testing for successful softword compilation.Mike Smith1998-11-041-4/+1
* Turn off -g accidentally left in from testing.Mike Smith1998-11-041-3/+3
* Fix includes; we were still pulling in <stdlib.h> in some places.Mike Smith1998-11-0410-34/+54
* Use a smaller default dictionary to waste less space.Mike Smith1998-11-041-2/+2
* Respect ${.OBJDIR} properly when looking for libficl.aJordan K. Hubbard1998-11-041-1/+5
* Add required parts for BootForth building (currently disabled andMike Smith1998-11-041-5/+10
* Make this work in the libstand environment; don't use stdio/stdlib headers.Mike Smith1998-11-047-30/+12
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readMike Smith1998-11-044-5/+155
* Include "bootstrap.h" to get a definition for bcache_devdata.Mike Smith1998-11-031-1/+2
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,Mike Smith1998-11-0323-2/+9740
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough forMike Smith1998-11-021-7/+16