summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Strip the .comment and .note sections when stripping. There's nornordier2000-12-131-1/+1
* MF4: Add LOADER_TFTP_SUPPORT make.conf flag.ps2000-11-041-1/+4
* Look for libstand in the built tree rather than in /usr/lib. Thisimp2000-09-081-1/+7
* Move man page directives to common/Makefile.inc.dcs2000-05-191-2/+0
* Now that we are compiling PXE into libi386, we don't need ../libi386 injhb2000-04-261-1/+0
* Move the building of the PXE module into libi386.ps2000-04-211-2/+2
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-081-2/+6
* Mega i386 loader commit.jhb2000-03-281-18/+7
* 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-271-1/+7
* Add machine-specific include path to ficl's sysdep.h. Wishes I haddcs1999-11-231-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reconcile all the loader newvers.sh's into one common one.peter1999-06-291-4/+4
* Move loader.conf.5, while it is still in it's first revision.dcs1999-04-241-2/+2
* Add loader.4th man page (worst man page I ever wrote -- reviewsdcs1999-04-241-2/+2
* Installs a default loader.rc if none exists. Document loader.conf.dcs1999-04-181-1/+6
* The man page, version 0.1.dcs1999-03-151-2/+3
* Install new loader.rc stuff.dcs1999-03-101-1/+7
* Don't try protecting page 0; it seems that BIOS writers now feel it'smsmith1999-02-241-2/+2
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-181-2/+2
* Preserve the previous loader as loader.old.msmith1999-01-111-1/+4
* Disable kzipping the loader; it seems to be breaking the aout-to-elf buildmsmith1999-01-101-3/+3
* Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoidmsmith1999-01-091-2/+2
* kzip the loader, this shrinks it to about 60% of its original size.msmith1999-01-091-1/+3
* Restore dependancy to build loader.help heremsmith1999-01-041-2/+2
* Reenable generation of the loader.help filemsmith1999-01-031-9/+9
* Disable build/install of boot.help until we sort out how to construct itmsmith1998-12-161-10/+10
* Build the composite help file from the generic and architecture-specificmsmith1998-12-151-3/+15
* bootforth seems to be working well enough for me and others to turnjkh1998-11-121-8/+8
* Turn off -g accidentally left in from testing.msmith1998-11-041-3/+3
* Respect ${.OBJDIR} properly when looking for libficl.ajkh1998-11-041-1/+5
* Add required parts for BootForth building (currently disabled andmsmith1998-11-041-5/+10
* Clean the ${BASE}.sym file as well.msmith1998-10-231-2/+2
* Add a dependancy on the BTX crt0 objectmsmith1998-10-221-2/+2
* - Enable PnP and ISA PnP code.msmith1998-10-211-23/+21
* Try and get the sys/* and machine/* includes via relative paths. Thispeter1998-10-141-3/+9
* Use rather than for linking. This allows the new ratherrnordier1998-10-121-2/+2
* Enable the DOS filesystem. NOTE: you will have to rebuild libstand inmsmith1998-10-071-4/+1
* Override STRIP so installation doesn't try to strip the loader.jkh1998-10-011-1/+2
* Make 'make install' do something that might be useful.peter1998-09-301-1/+2
* Recover the arguments passed in from the previous load stage, use them to setmsmith1998-09-261-1/+6
* Make these compile when there is an obj dir.peter1998-09-251-3/+7
* Make libstand movable.msmith1998-09-191-5/+7
* Enable the biosdisk driver, duplicate -lstand as it both calls and is calledmsmith1998-09-181-3/+5
* Initial integration of the i386 bootloader and BTX.msmith1998-09-171-12/+44
* Resynch with working sources before BTX integration.msmith1998-09-141-1/+5
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+36
OpenPOWER on IntegriCloud