summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386/bootinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the "nullconsole" console type, for systems witharchie2000-09-201-0/+5
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-3/+9
* Update loader logic to distinguish modules vs. files.bp2000-05-011-14/+14
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-081-1/+4
* Substantially revamp the way that we determine the amount of memory availablemsmith1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-211-2/+6
* Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel.rnordier1999-06-211-3/+4
* Modify the boot loader to recognize the -C flag and pass the RB_CDROMghelmer1999-06-041-1/+5
* Avoid copying m_args if none exists. (Perhaps this is a better solution,dcs1999-03-181-2/+3
* Add MODINFO_ARGS, parameters passed to a module at load time.dcs1999-03-081-1/+4
* biosdisk.cmsmith1999-01-241-2/+5
* Add a new variable $num_ide_disks which is used to offset the unit numbermsmith1998-11-131-4/+2
* Get the last used address via a more conservative method, don't dependpeter1998-10-151-4/+6
* Align to sizeof(long) rather than sizeof(int32_t). It needs to bepeter1998-10-141-4/+4
* Attempt to at least align MODINFO_* blocks. IMHO, decoding this stuffpeter1998-10-091-5/+6
* Remove some debugging code.msmith1998-10-091-21/+21
* Fix that pesky boot aguments parsing bug. (I think :-)peter1998-10-071-2/+1
* - Drain the keyboard buffer when initialising.msmith1998-10-071-2/+1
* bootinfo.cmsmith1998-10-061-2/+7
* bootinfo bi_vesa no longer exists.rnordier1998-10-031-2/+1
* Consolidate the bootinfo-loading code, greatly simplifying the _execmsmith1998-10-021-2/+106
* Missing return value that was kinda important.peter1998-09-281-1/+2
* Initial integration of the i386 bootloader and BTX.msmith1998-09-171-18/+18
* Resynch with working sources before BTX integration.msmith1998-09-141-4/+16
* Bootstrap updates.msmith1998-09-031-2/+3
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+197
OpenPOWER on IntegriCloud