summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the "nullconsole" console type, for systems witharchie2000-09-201-0/+2
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-21/+28
* Remove the static heap. It is unknown why it was needed in theps2000-05-051-10/+0
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-201-0/+5
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-081-0/+11
* Mega i386 loader commit.jhb2000-03-281-12/+41
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-271-2/+9
* Substantially revamp the way that we determine the amount of memory availablemsmith1999-12-291-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-021-1/+6
* Add a dependancy on the BTX crt0 objectmsmith1998-10-221-5/+1
* - Enable PnP and ISA PnP code.msmith1998-10-211-1/+36
* Improve the handling of the initial bootdev value from the previous loader.msmith1998-10-041-29/+36
* Missing newline in heap command display.rnordier1998-10-031-2/+2
* Set $currdev according to our best guess at the BIOS device that the previousmsmith1998-10-021-34/+42
* The comconsole mode is accessed as 'comconsole' not 'com'.peter1998-09-281-2/+2
* Recover the arguments passed in from the previous load stage, use them to setmsmith1998-09-261-2/+25
* Enable the biosdisk driver, duplicate -lstand as it both calls and is calledmsmith1998-09-181-5/+5
* Initial integration of the i386 bootloader and BTX.msmith1998-09-171-13/+20
* Resynch with working sources before BTX integration.msmith1998-09-141-2/+2
* Bootstrap updates.msmith1998-09-031-7/+2
* Bootloader update.msmith1998-08-311-2/+3
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+156
OpenPOWER on IntegriCloud