summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Look for libstand in the built tree rather than in /usr/lib. Thisimp2000-09-081-1/+7
* With the committed changes to the loaders modules path code, the kernelobrien2000-09-061-1/+1
* Fix the kernel default load from "/boot/modules" to "/boot/kernel".obrien2000-09-051-1/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-053-4/+4
* Fix a bug which prevents parsing this Makefile without having amsmith2000-09-051-0/+2
* Export the salient configuration items in a non-pxe-specific namespacemsmith2000-09-051-5/+44
* This is real released software, let people think that.obrien2000-09-031-0/+1
* The INT 1B BIOS call is used to obtain geometries of SASI/IDE hardkato2000-08-311-2/+16
* Add a new compile-time tweak to BTX. If you set the make(1) variablejhb2000-08-243-2/+10
* List loader.conf and friends in the FILES section.sheldonh2000-08-241-0/+6
* Fixed determination method for sector size of the 2nd IDE HDD.kato2000-08-151-1/+1
* Merged from sys/boot/i386/Makefile.inc revision 1.2.kato2000-08-121-0/+1
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandpeter2000-08-112-0/+4
* Add missing "is".dcs2000-08-111-1/+1
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-113-2/+6
* Pass along the interesting variables we were given from DHCP so weps2000-08-111-0/+6
* Typo/spelling fixes.rnordier2000-08-081-4/+4
* - Fixed missing initialization of current device number.kato2000-08-062-1/+2
* Argh! Fix a brainfart of mine. In the old boot0, we relocated ourselfjhb2000-08-041-1/+1
* Fix this so it is a Makefile and not a shell script -- now issuing `make'obrien2000-08-041-3/+3
* Fix some of the arcdisk devsw functions to catch up with warning fixes injhb2000-08-041-8/+15
* Bring back the perform() function. However, conditionionalize it onjhb2000-08-041-0/+36
* - Fixed %si (offset to partition table) in boot.kato2000-08-031-3/+3
* Fix the more obvious warnings to deal with my earlier warning cleanups.jhb2000-08-035-20/+20
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-0332-274/+278
* Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterjhb2000-08-031-71/+104
OpenPOWER on IntegriCloud