summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Update loader logic to distinguish modules vs. files.bp2000-05-018-77/+77
* Fall back to /pxeroot as the location of the NFS exported directoryps2000-04-291-10/+4
* Teach the loader about the ext2fs filesystem, extended partitions, andjlemon2000-04-292-118/+208
* Make PXE do a dhcp request to find out where its files are. Theps2000-04-271-15/+36
* Don't report errors when we UDP_WRITE fails with a status of 1.ps2000-04-271-1/+3
* Now that we are compiling PXE into libi386, we don't need ../libi386 injhb2000-04-261-1/+0
* Bring support in for Intel Wired for Management 1.1 (PXE 0.99 andps2000-04-262-45/+96
* Don't disable interrupts when calling a vm86 mode interrupt or routinejhb2000-04-262-4/+4
* Move the building of the PXE module into libi386.ps2000-04-212-3/+6
* Make the loader a little smarter about when it is and is not allowedps2000-04-211-3/+8
* Don't call the PXE cleanup routine if PXE is not enabled. Thisps2000-04-211-2/+8
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-202-7/+14
* Use !PXE api over PXENV+ api.ps2000-04-193-18/+106
* Add a missing dependency: boot2 depends on the BTX kernel.jhb2000-04-112-2/+2
* Nuke duplicate struct declaration from somebody's paste-ojkh2000-04-081-11/+0
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-088-298/+257
* Add a missing PXE API call and structure.ps2000-04-041-0/+11
* Add all the PXE related structures from the 2.1 PXE spec from Intel.ps2000-04-042-155/+531
* Mega i386 loader commit.jhb2000-03-2818-271/+1610
* Remove some extra spammage that made it into this commit. This will bejhb2000-03-151-47/+0
* Pass an unit number to bcache_strategy, so it can flush the cache whendcs2000-03-151-7/+55
* This patch to BTX fixes several small things:jhb2000-02-162-12/+58
* Support the new ata(4) syntax, while providing backward compatibility for wd(4).ru2000-02-092-20/+26
* Add a NOFORTH variable so we can build a smaller loader withoutluigi2000-02-041-0/+2
* Fix bogon in previous commit. Re-enable Forth in the loader.jhb2000-01-301-2/+2
* Allow for cdldr to be built in ${.OBJDIR}/../cdldr/cdldr instead ofjhb2000-01-281-3/+9
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-279-8/+589
* Fix brokenness introduced with the PAGING conditional variable. The valuejhb2000-01-272-2/+6
* Substantially revamp the way that we determine the amount of memory availablemsmith1999-12-298-58/+165
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-1/+0
* Add machine-specific include path to ficl's sysdep.h. Wishes I haddcs1999-11-231-1/+1
* Add -fdata-sections, which is a new GCC 2.95 optimization. Removeobrien1999-11-152-2/+4
* Return this file to its pre-spammed version. Thanks to some new compilerobrien1999-11-142-16/+16
* Enter complier upgrade mode again. We need to cut 169 bytes from this:obrien1999-11-142-16/+16
* Turn on the -fforce-addr and -fschedule-insns optimizations. Addingobrien1999-11-132-4/+6
* If PAGING is defined then actually turn it on when entering protectedjhb1999-10-272-0/+10
* Make the "machine" target a prequisite to all source files.dcs1999-10-191-0/+4
* aThis patch updates the BTX to emulate the BIOS function "Copy Extendedjhb1999-10-123-9/+138
* Blank out the twiddly thing when outputting the ``BTX loader'' message.brian1999-10-122-2/+2
* Remove accidental cut&paste garbage in a comment.julian1999-09-031-4/+1
* Comment the boot manager. So I don't have to work it all out again :-)julian1999-09-031-12/+159
* $Id$ -> $FreeBSD$peter1999-08-2860-60/+60
* Fix some typos.nik1999-07-281-7/+7
* Recognise NetBSD slices.rnordier1999-07-241-3/+4
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-213-6/+18
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-205-57/+111
* Activate kgzldr.rnordier1999-07-191-2/+2
* Use M4FLAGS for m4.rnordier1999-07-191-4/+4
* This commit was generated by cvs2svn to compensate for changes in r48907,rnordier1999-07-197-0/+459
|\
| * kgzldr is a kzipboot replacement for use with kgzip(8).rnordier1999-07-197-0/+459
OpenPOWER on IntegriCloud