summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-084-328/+3
* GC bdbtofsb()peter1999-09-261-8/+0
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-011-6/+0
* $Id$ -> $FreeBSD$peter1999-08-2854-54/+54
* 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
* Don't build biosboot by default - there's no point now that nothingjkh1999-01-061-2/+2
* Revert r1.4 - I was confused as to its real meaning.jkh1999-01-031-1/+1
* Clean up some more residual /usr/mdec references. I left all thejkh1999-01-032-4/+4
* Enforce building with -aout, since building with OBJFORMAT=elf doesn'tbde1998-12-301-4/+3
* Rely on ../Makefile.inc to set the object format in CFLAGS and thebde1998-12-301-7/+4
* Enforce building with -aout, since building with OBJFORMAT=elf doesn'tbde1998-12-301-3/+3
* Enforce building with -aout, since building with OBJFORMAT=elf doesn'tbde1998-12-301-8/+3
* Rely on ../Makefile.inc to set the default for BINDIR.bde1998-12-301-2/+1
* Rely on ../Makefile.inc to set the object format in CFLAGS and thebde1998-12-301-14/+5
* Add -aout to CFLAGS centrally.bde1998-12-301-1/+3
* Fix my breakage of `make installworld'. However, i don't think it's right tojoerg1998-11-281-6/+7
* Make netboot work again. All this depends on the object format beingjoerg1998-11-261-10/+13
* add -aout key to cc, size, strip - it not work for elf systemache1998-11-211-4/+4
* Argh, I don't know how I managed this, but it would help to actuallypeter1998-11-111-2/+2
* kzipboot uses kern/inflate.c outside the kernel by providing its ownpeter1998-11-101-4/+2
* 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-102-7/+7
* 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
* Correct description of get_diskinfo result.rnordier1998-09-171-1/+1
* Adjust for sd->da and the loss of od.gibbs1998-09-155-29/+25
* Correct an irritating documentation error.msmith1998-08-041-2/+2
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.phk1998-07-311-0/+1
* Typo fix: teh --> (the|they)alex1998-07-301-2/+2
* Added a `build-tools' target for internal tools.bde1998-07-071-7/+10
* Add workaround to allow the FreeBSD boot block to work onwpaul1998-07-021-1/+13
* Sigh, we need this one now.phk1998-06-301-0/+1
* These are a selection of small problems and annoyances with the netbootphk1998-06-304-15/+56
* Fixed bogus dependency on `beforedepend'. File targets should neverbde1998-06-291-2/+2
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-271-1/+5
* Install in /usr/lib/aoutsos1998-05-271-2/+2
* Add two new functions, get{micro|nano}time.phk1998-03-261-14/+1
* Removed duplicated -I options.bde1998-03-122-4/+3
* Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handlesbde1998-03-121-2/+2
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.eivind1998-03-075-58/+33
* Use port 0x110 to avoid PNP conflicts.steve1998-02-231-1/+1
* Make bootblock building independent of /usr/include if relativeeivind1998-02-155-11/+59
* 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
* Synchronize with ../biosboot/Makefile.yokota1998-01-311-16/+4
OpenPOWER on IntegriCloud