summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* Fix misallocation of buffer bug (too short)archie1998-11-201-1/+1
* This fixes a bug in the bcache code whereby false cache hits occurpaul1998-11-191-2/+4
* Add documentation for $rootdev.msmith1998-11-131-1/+10
* Eliminate much code cruft by extending simple file I/O API to includejkh1998-11-071-4/+9
* Don't have debugging on by default - it makes testing annoying. :)jkh1998-11-071-2/+2
* Ack. Create parseable command tail properly, and eat args out of the TIB.msmith1998-11-061-2/+5
* Don't use the poxy vmGetString interface (who uses counted strings thesemsmith1998-11-061-7/+23
* Remember a bit more of my forth and do:jkh1998-11-051-3/+4
* Use a smaller default dictionary to waste less space.msmith1998-11-041-2/+2
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readmsmith1998-11-044-5/+155
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough formsmith1998-11-021-7/+16
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-023-4/+241
* Standardise on ';' as a component separator; it seems to be a little moremsmith1998-11-021-4/+4
* * Extend the memory available for the heap from 256k to 512k.dfr1998-10-311-2/+2
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-315-14/+605
* Export an interface for presetting the ISA PnP read port address.msmith1998-10-223-46/+77
* Make ISA PnP work. This successfully enumerates as many ISA devices as Imsmith1998-10-216-127/+303
* Load the first page of the file and use the headers in it. This shouldpeter1998-10-171-52/+48
* "fix" the gzipped kernel load problem by having the loader check that itpeter1998-10-161-22/+33
* Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.dfr1998-10-151-3/+3
* Tweak the output one more time again. The kernel or module pathnamepeter1998-10-142-5/+6
* Make the ELF load messages cleaner.peter1998-10-131-8/+17
* Only print kernel entry point during load.peter1998-10-121-62/+76
* Only print filename and entry address for the kernel itself. The restpeter1998-10-121-2/+3
* Fix a warningpeter1998-10-111-2/+2
* Probe all consoles, not just the first. It doesn't make a lot ofpeter1998-10-111-7/+21
* Cosmetic: After the autoboot timeout, print a \n.peter1998-10-111-2/+6
* Implement preloading for elf modulespeter1998-10-091-33/+129
* Preload support for a.out KLD not implemented yet. (almost)peter1998-10-091-131/+25
* Use a consistant module search path (same as kernel will be).peter1998-10-091-26/+17
* loader <-> kernel preload module interface constants moved to common file.peter1998-10-091-53/+1
* Sync the MODINFO constants with <sys/linker.h>msmith1998-10-094-41/+90
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-075-54/+197
* Insert whitespace between unargv'd arguments.msmith1998-10-051-3/+7
* boot.cmsmith1998-10-022-6/+12
* First shot at loading elf symbols. Things are a bit strange becausepeter1998-10-022-14/+129
* ELF loader, part 1. It works with ELF kernels generated on the i386peter1998-09-302-2/+278
* s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.peter1998-09-301-2/+2
* Uncomment prototype for elf_loadmodulepeter1998-09-301-2/+2
* Use the variable with the path in it for the error message.peter1998-09-281-2/+2
* * Add old UFS compatibility code to alpha/boot1.dfr1998-09-265-17/+18
* console.cmsmith1998-09-265-25/+51
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...dfr1998-09-202-3/+3
* Add a generic hexdump tool for debugging purposes.msmith1998-09-192-2/+43
* Remove 'panic' command (it works), don't ask for a keypress in panic, asmsmith1998-09-182-15/+2
* Use a.out.h to get all the correct bits in one place.msmith1998-09-181-3/+2
* Oops, missed these. Machine-independant ISA PnP enumerator.msmith1998-09-182-0/+573
* Initial integration of the i386 bootloader and BTX.msmith1998-09-174-5/+326
* Resynch with working sources before BTX integration.msmith1998-09-146-106/+248
* Generic plug-and-play enumerator infrastructure. Query suppliedmsmith1998-09-044-5/+249
OpenPOWER on IntegriCloud