summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Some more i386-only BIOS-friendliness:msmith2000-04-161-0/+8
* The printf function of boot2 can't recognize "%lx" format.nyan2000-04-141-4/+4
* Merged from sys/boot/i386/loader/Makefile revision 1.43.nyan2000-04-141-2/+6
* Merged from sys/boot/i386/loader/main.c rev 1.19.kato2000-04-121-0/+11
* 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
* Synced with following files:kato2000-03-319-183/+332
* Separated serial boot block interface routine into NS16550 stuff andkato2000-03-303-146/+381
* Mega i386 loader commit.jhb2000-03-2818-271/+1610
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.27 and 1.28.nyan2000-03-171-7/+8
* 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
* bcache_strategy() now receives an unit number, and keep track of whatdcs2000-03-152-8/+25
* Pass unit number to bcache_strategy(), so that the cache can bedcs2000-03-151-2/+3
* Fix the loader to handle module dependencies properly. More fixesbp2000-02-252-109/+82
* Close a file descriptor leak in the code which loads file objects.msmith2000-02-171-0/+2
* 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
* Synced with sys/boot/i386/loader/Makefile rev 1.41.kato2000-02-051-0/+2
* 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
* Synced with sys/boot/i386/btx/btx/btx.s rev 1.14.kato2000-01-292-2/+6
* Allow for cdldr to be built in ${.OBJDIR}/../cdldr/cdldr instead ofjhb2000-01-281-3/+9
* Implement a machine-independent (word size-independent) FICL_TRUE.dcs2000-01-281-1/+1
* ANS Forth for logical not is 0=, not invert. Replace wrong usage.dcs2000-01-281-2/+2
* Add testmain.o to CLEANFILES.dcs2000-01-281-1/+1
* Try my hand again at removing ugly testmain target.dcs2000-01-281-14/+12
* 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
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-1/+2
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-141-0/+1
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-051-0/+1
* Merge from the following changes.nyan2000-01-033-48/+121
* Fixed to get the BIOS geometry.nyan2000-01-031-4/+5
* Substantially revamp the way that we determine the amount of memory availablemsmith1999-12-298-58/+165
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Correctly handle a user-requested abort in the middle of displaying amsmith1999-12-281-2/+4
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-281-1/+1
* Connect up the bootforth glue and compile it, but don't initialize itpeter1999-12-271-3/+13
* Close PR #15422; fix loader.conf to reflect new driver support (oldwpaul1999-12-231-5/+2
* - Supported the bd_getbigeom function and use this function to get BIOSnyan1999-12-193-350/+26
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The lattermarcel1999-12-167-532/+17
* Add -L${DESTDIR}${LIBDIR} to ld's command line so that the rightmarcel1999-12-151-1/+3
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-086-121/+2
* Update the sample for $init_path to reflect the kernel default.msmith1999-12-071-1/+2
* Update to reflect use of : not ; as separator in paths passed to themsmith1999-12-071-2/+2
* Make some examples reflect defaults.dcs1999-12-071-7/+7
OpenPOWER on IntegriCloud