aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/boot/biosboot/sys.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the old a.out-only boot loader, we don't use it any more.Peter Wemm2000-03-191-314/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Added support for "dual" internal/serial consoles (-D flag). If -D is set,Bruce Evans1997-06-091-3/+8
* Staticize.Bruce Evans1997-05-271-9/+12
* Don't attempt to read past EOF.Bruce Evans1997-03-151-6/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-7/+7
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.Bruce Evans1996-09-141-15/+18
* Add #ifdef for RAWBOOT.Poul-Henning Kamp1996-09-111-7/+45
* Rather than adding more gunk here, clean some of it up:Poul-Henning Kamp1996-09-101-26/+12
* Saved 48 bytes (46 before padding) using assorted nano-optimizations:Bruce Evans1996-09-071-13/+14
* Allow specifying the BIOS drive number. Removed the hd drive type.Bruce Evans1996-04-071-11/+32
* Reset defaults in case of boot() is looping several times (e.g. theJoerg Wunsch1995-06-251-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Boot block cleanup.Joerg Wunsch1995-04-141-18/+19
* Save 16 bytes of data by not explicitly initializing to 0.Bruce Evans1994-12-301-2/+2
* Improved the user interface:David Greenman1994-11-071-7/+19
* Better documentation, 1ms calibration, default 5 seconds BOOTWAITAdam David1994-09-201-6/+10
* Fixed bootblocks to work with FreeBSD 2.0Paul Richards1994-08-211-3/+9
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-13/+2
* New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel toCharlie Root1993-07-131-1/+4
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+240