summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop .MAKEFLAGS: hack.rnordier1998-10-121-3/+1
* Do without head and tail: they're pretty unnecessary here anyway.rnordier1998-10-121-1/+2
* Use rather than for linking. This allows the new ratherrnordier1998-10-121-2/+2
* Override for ELF.rnordier1998-10-111-4/+4
* Override for ELF. Override .s.o suffix rule.rnordier1998-10-111-1/+5
* Fix a warning that's been bugging me for ages.peter1998-10-111-4/+10
* 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
* Only call vidc_init() once (unless forced).peter1998-10-111-3/+8
* Fix comconsole mode. The int 0x14 read and status commands were reversed.peter1998-10-111-7/+21
* Warn that one of the DEBUG statements has a v86 recursion bug.peter1998-10-111-1/+2
* Fix comment to match codepeter1998-10-111-1/+1
* add <sys/linker.h>dima1998-10-111-1/+2
* Fix a typo.rnordier1998-10-101-3/+4
* Turn off the new /sys/boot stuff (except boot0) unless OBJFORMATrnordier1998-10-091-1/+5
* Attempt to at least align MODINFO_* blocks. IMHO, decoding this stuffpeter1998-10-093-15/+18
* Turn symbol table info passing back on, although it's probably notpeter1998-10-093-27/+12
* Remove kernelname setenv, the common code does it.peter1998-10-091-6/+11
* 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
* Get this building as a.out or ELF.rnordier1998-10-092-3/+8
* Remove some debugging code.msmith1998-10-096-104/+187
* Sync the MODINFO constants with <sys/linker.h>msmith1998-10-094-41/+90
* Fix that pesky boot aguments parsing bug. (I think :-)peter1998-10-073-6/+3
* Request the flags back when checking for keyboard status.msmith1998-10-071-2/+2
* Enable the DOS filesystem. NOTE: you will have to rebuild libstand inmsmith1998-10-072-7/+2
* - Drain the keyboard buffer when initialising.msmith1998-10-074-8/+12
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-075-54/+197
* VERBOSE_LS is obsoletemsmith1998-10-071-2/+0
* bootinfo.cmsmith1998-10-064-20/+33
* Fix for "get base memory" bug found and mostly fixed by Mike.rnordier1998-10-062-4/+4
* The BIOS memory size is only a word. Some BIOSsen have garbage in the othermsmith1998-10-062-4/+4
* Build boot0 as well.msmith1998-10-061-1/+1
* Install in /boot.rnordier1998-10-051-4/+7
* This commit was generated by cvs2svn to compensate for changes in r39973,rnordier1998-10-053-0/+326
|\
| * boot0 is a booteasy (boot manager) workalike with EDD support.rnordier1998-10-053-0/+326
* | Insert whitespace between unargv'd arguments.msmith1998-10-051-3/+7
* | Adjust setting of argument pointer for BTX 0.87.rnordier1998-10-041-4/+5
* | Allocate space for storing of arguments at the end of conventionalrnordier1998-10-042-4/+6
* | Don't include ELF symbol information yet - it causes the ELF DDB tomsmith1998-10-043-6/+9
* | Improve the handling of the initial bootdev value from the previous loader.msmith1998-10-041-29/+36
* | biosdisk.cmsmith1998-10-044-12/+19
* | Missing newline in heap command display.rnordier1998-10-031-2/+2
* | For system calls, reboot without prompting; for exceptions, displayrnordier1998-10-032-52/+24
* | Map all BTX system pages readable at ring 3.rnordier1998-10-032-34/+24
OpenPOWER on IntegriCloud