aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/boot/biosboot
Commit message (Expand)AuthorAgeFilesLines
* Remove the old a.out-only boot loader, we don't use it any more.Peter Wemm2000-03-1918-3966/+0
* Removed vestiges of BAD144 support.Bruce Evans1999-12-231-2/+0
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-082-116/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2817-17/+17
* Back the last change out.Brian Somers1999-05-251-2/+2
* Allow booting from "ad"Brian Somers1999-05-251-2/+2
* Update #include statements to reflect the new location of "sioreg.h".John Polstra1999-04-221-2/+2
* Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead.Kazutaka YOKOTA1999-01-111-2/+3
* Rely on ../Makefile.inc to set the object format in CFLAGS and theBruce Evans1998-12-301-14/+5
* add -aout key to cc, size, strip - it not work for elf systemAndrey A. Chernov1998-11-211-4/+4
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowBruce Evans1998-10-221-3/+3
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-10-103-11/+11
* Fixed warnings for pointer versus int type mismatches. Addresses mustBruce Evans1998-10-101-3/+3
* Pass the BIOS unit number from which the kernel/loader was obtained inMike Smith1998-10-011-1/+2
* Remove the -b boot option. It is no longer necessary now that the VESAKazutaka YOKOTA1998-09-233-42/+3
* Adjust for sd->da and the loss of od.Justin T. Gibbs1998-09-155-29/+25
* Correct an irritating documentation error.Mike Smith1998-08-041-2/+2
* Typo fix: teh --> (the|they)Alexander Langer1998-07-301-2/+2
* Add workaround to allow the FreeBSD boot block to work onBill Paul1998-07-021-1/+13
* Install ${DESTDIR}/boot.help during `make distribution'.Joseph Koshy1998-05-271-1/+5
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.Eivind Eklund1998-03-071-12/+3
* Make bootblock building independent of /usr/include if relativeEivind Eklund1998-02-151-4/+12
* Don't set even parity uselessly in the line control register (parityBruce Evans1998-02-011-5/+4
* Make RAWBOOT functional again; don't read `boot.config' and `boot.help'Kazutaka YOKOTA1998-02-011-1/+3
* Symlink bootblocks for 'wfd' disks as well.Mike Smith1998-01-271-2/+2
* Fixed cosmetic bugs:Bruce Evans1998-01-011-34/+32
* Finally, implement a mini-parser for RockRidge alternative filenames,Joerg Wunsch1997-12-042-15/+7
* Add a missing prototype.Poul-Henning Kamp1997-09-241-1/+2
* Remove pbzero(), things we load zero their own bss.Poul-Henning Kamp1997-08-314-41/+6
* Oops, boot2 got too big. make VESA_SUPPORT nondefault.Poul-Henning Kamp1997-07-311-2/+3
* Add support for booting in VESA 0x102 videomode. Corresponding patches toPoul-Henning Kamp1997-07-313-4/+43
* Saved a few bytes by omitting frame pointers, using byte-sizedBruce Evans1997-07-131-31/+14
* Make this compile again under -current. The modifications to io.cJoerg Wunsch1997-07-123-8/+165
* Fixed description of -cv.Bruce Evans1997-07-051-1/+1
* Fix 2 typos.Philippe Charnier1997-06-161-3/+3
* Load the kernel config file where userconfig (with option USERCONFIG_BOOT)Bruce Evans1997-06-141-6/+29
* This should have been committed with the changes to boot.c yesterday.Bruce Evans1997-06-101-0/+18
* - Added support for "dual" internal/serial consoles (-D flag). If -D is set,Bruce Evans1997-06-098-252/+290
* Staticize.Bruce Evans1997-05-275-25/+27
* Removed some useless code:Bruce Evans1997-05-162-24/+2
* Removed LDADD=-lc and associated DPADD. libc would probably breakBruce Evans1997-04-251-3/+1
* Don't attempt to read past EOF.Bruce Evans1997-03-151-6/+8
* Fixed setting of default kernel name when there is no boot.config file.Bruce Evans1997-03-121-3/+3
* Added -mno-486 to CFLAGS to force smaller code in case someone compilesBruce Evans1997-03-051-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2217-17/+17
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisiteBruce Evans1997-02-181-0/+1
* Get defaults for the boot device (and flags) from the fileBruce Evans1997-02-131-16/+48
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1417-17/+17
* Initialize the upper 16 bits of the memory sizes properly (to 0).Bruce Evans1996-12-181-3/+4
* Give up early for empty partitions. The offset for an emptyBruce Evans1996-12-101-3/+7