| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add simple terminal emulator, compatible with cons25. Currently supported | Andrzej Bialecki | 1998-12-22 | 2 | -9/+386 |
| * | Add new word ".#" which acts like "." but doesn't output a space separator. | Andrzej Bialecki | 1998-12-22 | 1 | -0/+13 |
| * | * Begin integration of built-ins with Forth: leave the exit code from | Andrzej Bialecki | 1998-12-22 | 3 | -29/+45 |
| * | Removed dynamic loading of FileHandle | Nick Hibma | 1998-12-16 | 1 | -4/+2 |
| * | Disable build/install of boot.help until we sort out how to construct it | Mike Smith | 1998-12-16 | 1 | -10/+10 |
| * | Reformat help to improve subtopic display appearance, other minor | Mike Smith | 1998-12-15 | 2 | -9/+9 |
| * | Build the composite help file from the generic and architecture-specific | Mike Smith | 1998-12-15 | 4 | -4/+257 |
| * | unlocalise build date (merge from i386) | Mike Smith | 1998-12-15 | 1 | -0/+1 |
| * | unlocalize date | Andrey A. Chernov | 1998-12-07 | 1 | -0/+1 |
| * | Revise some comments and labels. | Robert Nordier | 1998-12-05 | 1 | -16/+22 |
| * | Drop EDD support detection, though retain configurable use of disk | Robert Nordier | 1998-11-29 | 2 | -104/+110 |
| * | Drop use of BIOS int 0x14 services in favor of direct port I/O. | Robert Nordier | 1998-11-22 | 1 | -37/+48 |
| * | Fix misallocation of buffer bug (too short) | Archie Cobbs | 1998-11-20 | 1 | -1/+1 |
| * | This fixes a bug in the bcache code whereby false cache hits occur | Paul Richards | 1998-11-19 | 1 | -2/+4 |
| * | Add documentation for $rootdev. | Mike Smith | 1998-11-13 | 1 | -1/+10 |
| * | Add a new variable $num_ide_disks which is used to offset the unit number | Mike Smith | 1998-11-13 | 4 | -15/+21 |
| * | bootforth seems to be working well enough for me and others to turn | Jordan K. Hubbard | 1998-11-12 | 1 | -8/+8 |
| * | Revise error messages. | Robert Nordier | 1998-11-11 | 2 | -4/+4 |
| * | Prevent boot.config being parsed more than once. | Robert Nordier | 1998-11-08 | 2 | -2/+4 |
| * | Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display while | Robert Nordier | 1998-11-08 | 2 | -28/+4 |
| * | boot1: Eliminate EDD detection and optional use of disk packet | Robert Nordier | 1998-11-08 | 7 | -203/+164 |
| * | o Add proper stack checking to all file words | Jordan K. Hubbard | 1998-11-07 | 1 | -28/+48 |
| * | Eliminate much code cruft by extending simple file I/O API to include | Jordan K. Hubbard | 1998-11-07 | 3 | -53/+99 |
| * | Eliminate much code cruft by extending simple file I/O API to include | Jordan K. Hubbard | 1998-11-07 | 1 | -4/+9 |
| * | Take init out of here - it's a layering violation. | Jordan K. Hubbard | 1998-11-07 | 1 | -3/+0 |
| * | Don't have debugging on by default - it makes testing annoying. :) | Jordan K. Hubbard | 1998-11-07 | 1 | -2/+2 |
| * | OK, fload/fexec work properly when both compiling and interpreting | Jordan K. Hubbard | 1998-11-07 | 1 | -11/+9 |
| * | switch words to default mode. | Jordan K. Hubbard | 1998-11-06 | 1 | -4/+4 |
| * | Submit better fix to the prompt bug. | Jordan K. Hubbard | 1998-11-06 | 2 | -3/+3 |
| * | Make fexists/fload work with existing string literals instead. Doing | Jordan K. Hubbard | 1998-11-06 | 2 | -41/+9 |
| * | Argh, I had this right[er] before. More commits to follow. | Jordan K. Hubbard | 1998-11-06 | 1 | -2/+2 |
| * | Use proper literal names. | Jordan K. Hubbard | 1998-11-06 | 1 | -2/+2 |
| * | Ack. Create parseable command tail properly, and eat args out of the TIB. | Mike Smith | 1998-11-06 | 1 | -2/+5 |
| * | Don't not print the prompt string; not doing this has funny side-effects. | Mike Smith | 1998-11-06 | 2 | -4/+6 |
| * | Don't use the poxy vmGetString interface (who uses counted strings these | Mike Smith | 1998-11-06 | 1 | -7/+23 |
| * | Make use of BIOS int 0x13 extensions configurable, and disabled | Robert Nordier | 1998-11-05 | 5 | -9/+20 |
| * | Remember a bit more of my forth and do: | Jordan K. Hubbard | 1998-11-05 | 4 | -16/+59 |
| * | 1. rebuild all elements of testmain properly for safety. | Jordan K. Hubbard | 1998-11-05 | 3 | -7/+99 |
| * | Explicitly invoke perl to run the softwords.pl script in case the | Mike Smith | 1998-11-05 | 1 | -2/+2 |
| * | Improve the assertion testing for successful softword compilation. | Mike Smith | 1998-11-04 | 1 | -4/+1 |
| * | Turn off -g accidentally left in from testing. | Mike Smith | 1998-11-04 | 1 | -3/+3 |
| * | Fix includes; we were still pulling in <stdlib.h> in some places. | Mike Smith | 1998-11-04 | 10 | -34/+54 |
| * | Use a smaller default dictionary to waste less space. | Mike Smith | 1998-11-04 | 1 | -2/+2 |
| * | Respect ${.OBJDIR} properly when looking for libficl.a | Jordan K. Hubbard | 1998-11-04 | 1 | -1/+5 |
| * | Add required parts for BootForth building (currently disabled and | Mike Smith | 1998-11-04 | 1 | -5/+10 |
| * | Make this work in the libstand environment; don't use stdio/stdlib headers. | Mike Smith | 1998-11-04 | 7 | -30/+12 |
| * | Add BootForth hooks; if BOOT_FORTH is defined, pass every line read | Mike Smith | 1998-11-04 | 4 | -5/+155 |
| * | Include "bootstrap.h" to get a definition for bcache_devdata. | Mike Smith | 1998-11-03 | 1 | -1/+2 |
| * | Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, | Mike Smith | 1998-11-03 | 23 | -2/+9740 |
| * | Ok, the entry aging algorithm sucked; 1s time resolution is not enough for | Mike Smith | 1998-11-02 | 1 | -7/+16 |