summaryrefslogtreecommitdiffstats
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.peter2000-03-1918-3966/+0
* Removed vestiges of BAD144 support.bde1999-12-231-2/+0
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-082-116/+2
* $Id$ -> $FreeBSD$peter1999-08-2817-17/+17
* Back the last change out.brian1999-05-251-2/+2
* Allow booting from "ad"brian1999-05-251-2/+2
* Update #include statements to reflect the new location of "sioreg.h".jdp1999-04-221-2/+2
* Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead.yokota1999-01-111-2/+3
* Rely on ../Makefile.inc to set the object format in CFLAGS and thebde1998-12-301-14/+5
* add -aout key to cc, size, strip - it not work for elf systemache1998-11-211-4/+4
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-3/+3
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-10-103-11/+11
* Fixed warnings for pointer versus int type mismatches. Addresses mustbde1998-10-101-3/+3
* Pass the BIOS unit number from which the kernel/loader was obtained inmsmith1998-10-011-1/+2
* Remove the -b boot option. It is no longer necessary now that the VESAyokota1998-09-233-42/+3
* Adjust for sd->da and the loss of od.gibbs1998-09-155-29/+25
* Correct an irritating documentation error.msmith1998-08-041-2/+2
* Typo fix: teh --> (the|they)alex1998-07-301-2/+2
* Add workaround to allow the FreeBSD boot block to work onwpaul1998-07-021-1/+13
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-271-1/+5
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.eivind1998-03-071-12/+3
* Make bootblock building independent of /usr/include if relativeeivind1998-02-151-4/+12
* Don't set even parity uselessly in the line control register (paritybde1998-02-011-5/+4
* Make RAWBOOT functional again; don't read `boot.config' and `boot.help'yokota1998-02-011-1/+3
* Symlink bootblocks for 'wfd' disks as well.msmith1998-01-271-2/+2
* Fixed cosmetic bugs:bde1998-01-011-34/+32
* Finally, implement a mini-parser for RockRidge alternative filenames,joerg1997-12-042-15/+7
* Add a missing prototype.phk1997-09-241-1/+2
* Remove pbzero(), things we load zero their own bss.phk1997-08-314-41/+6
* Oops, boot2 got too big. make VESA_SUPPORT nondefault.phk1997-07-311-2/+3
* Add support for booting in VESA 0x102 videomode. Corresponding patches tophk1997-07-313-4/+43
* Saved a few bytes by omitting frame pointers, using byte-sizedbde1997-07-131-31/+14
* Make this compile again under -current. The modifications to io.cjoerg1997-07-123-8/+165
* Fixed description of -cv.bde1997-07-051-1/+1
* Fix 2 typos.charnier1997-06-161-3/+3
* Load the kernel config file where userconfig (with option USERCONFIG_BOOT)bde1997-06-141-6/+29
* This should have been committed with the changes to boot.c yesterday.bde1997-06-101-0/+18
* - Added support for "dual" internal/serial consoles (-D flag). If -D is set,bde1997-06-098-252/+290
* Staticize.bde1997-05-275-25/+27
* Removed some useless code:bde1997-05-162-24/+2
* Removed LDADD=-lc and associated DPADD. libc would probably breakbde1997-04-251-3/+1
* Don't attempt to read past EOF.bde1997-03-151-6/+8
* Fixed setting of default kernel name when there is no boot.config file.bde1997-03-121-3/+3
* Added -mno-486 to CFLAGS to force smaller code in case someone compilesbde1997-03-051-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2217-17/+17
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisitebde1997-02-181-0/+1
* Get defaults for the boot device (and flags) from the filebde1997-02-131-16/+48
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1417-17/+17
* Initialize the upper 16 bits of the memory sizes properly (to 0).bde1996-12-181-3/+4
* Give up early for empty partitions. The offset for an emptybde1996-12-101-3/+7
OpenPOWER on IntegriCloud