summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Backout revision 1.7 which was a bad idea since it would force peopledfr2000-10-271-1/+1
* Install the loader manpages.obrien2000-10-261-1/+0
* Move the call to extend_heap() from main to start so that if our BSSdfr2000-10-252-3/+6
* Don't build start.S as part of libalpha.a - its built specially.dfr2000-10-251-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.dfr2000-10-251-1/+1
* Make a few functions inline to save space.dfr2000-10-251-3/+3
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-251-0/+1
* Convert from the Alpha compontents to PowerPC ones.obrien2000-10-166-202/+119
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyobrien2000-10-1618-0/+1866
* Merged from sys/boot/i386/loader/main.c revision 1.21.nyan2000-10-151-10/+0
* Now I see the error of my ways.dcs2000-10-091-6/+8
* Go back to occupying just a single sector, reverting r1.17 - r1.20.rnordier2000-10-022-166/+82
* Set MAINTAINER.rnordier2000-10-028-0/+16
* Get rid of garbage left on the stack.dcs2000-09-251-2/+1
* What could possibly have possessed me to forget the "0 (arguments)"dcs2000-09-251-2/+2
* Merged from sys/boot/i386/loader/main.c revision 1.23.kato2000-09-221-0/+2
* Merged from sys/boot/i386/libi386/Makefile revision 1.19.kato2000-09-221-1/+3
* Add support for the "nullconsole" console type, for systems witharchie2000-09-207-1/+109
* Check for the correct minimum version required by the current code.dcs2000-09-181-4/+4
* Steal 512KB more from system memory for heap instead of 256KB. We diedmjacob2000-09-181-9/+11
* Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leavesmjacob2000-09-181-1/+1
* Make the stack 12K- we seem to need a bit more.mjacob2000-09-181-3/+3
* Use _ instead or - where proper, according to the style I have beendcs2000-09-162-17/+35
* Solve a name clash.dcs2000-09-162-6/+12
* The default search path for kernel and modules was bogus. It makes nodcs2000-09-161-1/+1
* The module_path set by default was bogus. It had /boot/kernel last,dcs2000-09-161-3/+3
* Both boot and boot-conf were using a different algorithm from the onedcs2000-09-162-32/+38
* Factorize, reorganize, and move code around.dcs2000-09-152-116/+152
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.dcs2000-09-151-4/+4
* New world order wrt to kernel location and name. This doesn't actuallydcs2000-09-121-2/+2
* Back out bktr_mem_load. It is not needed because I'm use MODULE_DEPENDroger2000-09-121-1/+0
* Add bktr_mem_loader, default to NO.roger2000-09-111-0/+1
* Fix this so that we actually define HAVE_PNP when its available.dfr2000-09-101-2/+2
* The entropy driver module has changed name.markm2000-09-101-1/+1
* Bump up version as a result of the recent changes to kernel path,dcs2000-09-101-0/+1
* Bump up version as a result of the recent changes to kernel path,dcs2000-09-101-0/+1
* Change NOFORTH comment character from # to \ followed by space,dcs2000-09-101-1/+1
* Only build PnP parts if the platform supports PnP.dfr2000-09-103-0/+9
* Upon reflection, I decided that bootfile must have priority over kerneldcs2000-09-091-8/+8
* Correct BSD/OS slice type.rnordier2000-09-091-2/+2
* First tackle at trying to handle the New Deal on kernels.dcs2000-09-093-118/+280
* Update boot and boot-conf descriptions to reflect new and old changes.dcs2000-09-082-3/+31
* Enhance boot-conf.dcs2000-09-081-24/+118
* Strictly speaking, this works. It enumarates the PnP devices, anddcs2000-09-081-0/+172
* Add the infrastructure necessary to handle PnP from a Forth script.dcs2000-09-083-0/+103
* Fix an error message which was using the wrong variable to get thedcs2000-09-081-1/+1
* Add constructors to crude structure support. Rework some of thedcs2000-09-081-19/+142
* Make the pnp structure a global variable, so it can be used elsewhere.dcs2000-09-082-1/+5
* Fix autoboot. Now autoboot *always* show the correct kernel name. Itdcs2000-09-082-17/+37
* Merged from sys/boot/i386/loader/Makefile revision 1.47.kato2000-09-081-1/+7
OpenPOWER on IntegriCloud