| Commit message (Expand) | Author | Age | Files | Lines |
* | Make use of BIOS int 0x13 extensions configurable, and disabled | rnordier | 1998-11-05 | 5 | -9/+20 |
* | Remember a bit more of my forth and do: | jkh | 1998-11-05 | 4 | -16/+59 |
* | 1. rebuild all elements of testmain properly for safety. | jkh | 1998-11-05 | 3 | -7/+99 |
* | Explicitly invoke perl to run the softwords.pl script in case the | msmith | 1998-11-05 | 1 | -2/+2 |
* | Improve the assertion testing for successful softword compilation. | msmith | 1998-11-04 | 1 | -4/+1 |
* | Turn off -g accidentally left in from testing. | msmith | 1998-11-04 | 1 | -3/+3 |
* | Fix includes; we were still pulling in <stdlib.h> in some places. | msmith | 1998-11-04 | 10 | -34/+54 |
* | Use a smaller default dictionary to waste less space. | msmith | 1998-11-04 | 1 | -2/+2 |
* | Respect ${.OBJDIR} properly when looking for libficl.a | jkh | 1998-11-04 | 1 | -1/+5 |
* | Add required parts for BootForth building (currently disabled and | msmith | 1998-11-04 | 1 | -5/+10 |
* | Make this work in the libstand environment; don't use stdio/stdlib headers. | msmith | 1998-11-04 | 7 | -30/+12 |
* | Add BootForth hooks; if BOOT_FORTH is defined, pass every line read | msmith | 1998-11-04 | 4 | -5/+155 |
* | Include "bootstrap.h" to get a definition for bcache_devdata. | msmith | 1998-11-03 | 1 | -1/+2 |
* | Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, | msmith | 1998-11-03 | 23 | -2/+9740 |
* | Ok, the entry aging algorithm sucked; 1s time resolution is not enough for | msmith | 1998-11-02 | 1 | -7/+16 |
* | Implement a simple LRU block cache. By default this is initialised to 16k, | msmith | 1998-11-02 | 7 | -13/+278 |
* | Revise a few comments. | rnordier | 1998-11-02 | 2 | -14/+14 |
* | Standardise on ';' as a component separator; it seems to be a little more | msmith | 1998-11-02 | 1 | -4/+4 |
* | Ignore, rather than emulate, an i386 'hlt' instruction (though for | rnordier | 1998-11-01 | 2 | -22/+22 |
* | * Extend the memory available for the heap from 256k to 512k. | dfr | 1998-10-31 | 8 | -20/+86 |
* | - Add a new command 'lsdev' to list devices which might be likely to host | msmith | 1998-10-31 | 8 | -22/+657 |
* | Fix an uninitialized variable in the `dangerously dedicated disk' case. | luoqi | 1998-10-30 | 1 | -1/+2 |
* | Make the BTX loader much more quiet about what it's doing. This removes | msmith | 1998-10-30 | 3 | -54/+87 |
* | Simplify the "is a character ready" test, so that we don't return a false | msmith | 1998-10-28 | 1 | -4/+2 |
* | Avoid interruptions while talking to keyboard controller. | rnordier | 1998-10-27 | 2 | -10/+14 |
* | biosboot compatibility fix: change behavior of backspace in getstr(). | rnordier | 1998-10-27 | 2 | -8/+12 |
* | Reserve some space for the stack in the region we recover from the initial | msmith | 1998-10-24 | 1 | -2/+3 |
* | Clean the ${BASE}.sym file as well. | msmith | 1998-10-23 | 1 | -2/+2 |
* | Remove a debugging copy of offsetof() that snuck in. | msmith | 1998-10-23 | 1 | -2/+1 |
* | Enable the PCI BIOS PnP enumerator. | msmith | 1998-10-23 | 1 | -3/+3 |
* | PnP enumerator using the PCI BIOS. This is needlessly complex due to the | msmith | 1998-10-23 | 3 | -6/+300 |
* | PnP BIOS enumerator; mostly useful for hunting PnP devices that are supported | msmith | 1998-10-22 | 1 | -0/+290 |
* | Add a dependancy on the BTX crt0 object | msmith | 1998-10-22 | 3 | -8/+6 |
* | Add biospnp.c | msmith | 1998-10-22 | 1 | -2/+3 |
* | Pop the return address off the stack before making a V86_CALLF call; | msmith | 1998-10-22 | 1 | -2/+5 |
* | Export an interface for presetting the ISA PnP read port address. | msmith | 1998-10-22 | 3 | -46/+77 |
* | Bye-bye setdefs. | msmith | 1998-10-21 | 2 | -90/+0 |
* | - Enable PnP and ISA PnP code. | msmith | 1998-10-21 | 3 | -26/+59 |
* | Don't depend on being part of the kernel tree. If we are, use the kernel's | msmith | 1998-10-21 | 1 | -5/+8 |
* | Make ISA PnP work. This successfully enumerates as many ISA devices as I | msmith | 1998-10-21 | 6 | -127/+303 |
* | Make serial port, data format, and bps configurable. | rnordier | 1998-10-20 | 4 | -12/+24 |
* | Hex constants should only have one '0x' prefix. | msmith | 1998-10-20 | 1 | -1/+1 |
* | Make configurable (a) whether to use int 0x13 extensions; (b) timeout | rnordier | 1998-10-19 | 3 | -17/+25 |
* | Reclaim the 48k used by the first bootstrap stage by adding it to the malloc | dfr | 1998-10-19 | 4 | -13/+23 |
* | Rename boot2 to loader. | dfr | 1998-10-18 | 2 | -3/+3 |
* | Set BINMODE to 444. | rnordier | 1998-10-17 | 1 | -1/+2 |
* | Fix some glitches in the input routine: | rnordier | 1998-10-17 | 2 | -4/+14 |
* | Having probed the keyboard, turn off the -P flag. | rnordier | 1998-10-17 | 2 | -2/+4 |
* | Treat all options as toggles (ie. -c -c is the same no -c). Since | rnordier | 1998-10-17 | 2 | -12/+8 |
* | biosboot compatibility fix: | rnordier | 1998-10-17 | 2 | -8/+14 |