summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build ficl on sparc64 fwiw. It doesn't work.jake2002-07-071-2/+0
|
* Ficl doesn't build on sparc64.obrien2002-05-091-0/+2
|
* sparc64 is an ofw consumer.obrien2002-03-281-2/+2
|
* Just use ${MACHINE}, it's already special-casing pc98.ru2001-10-251-5/+0
|
* Build ficl on all architectures.dfr2001-09-121-2/+0
|
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-091-0/+7
|
* Turn off building the ARC loader. I don't know of anyone currently workingobrien2001-03-251-3/+4
| | | | on advancing this WIP.
* OpenFirmware/PowerPC loader, part 2.benno2000-11-101-0/+5
| | | | | | | | | | This brings the loader up to the point where I can compile it under NetBSD/macppc and have it boot, interact and talk to NFS servers. sys/boot/ofw/libofw/main.c has been deleted (it has no revision history) and replaced with sys/boot/ofw/common/main.c Reviewed by: obrien
* PC-98 has MACHINE_ARCH=i386 and MACHINE=pc98. Make it a special case.marcel1999-11-151-0/+5
| | | | This should fix the breakage reported by nyan.
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-2/+4
| | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* Activate "arc" (ARC / AlphaBIOS loader) on Alpha.se1999-07-281-0/+5
|
* PC98 version of new boot loader. Because boot2 has not yet ported,kato1999-02-031-1/+1
| | | | | | files in boot2 directory are copies from legacy biosboot. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,msmith1998-11-031-2/+5
| | | | | | | | | | | | | | | | | | | this will allow us to manage bloat in the loader by using a bytecoded HLL rather than lots of C code. It also offers an opportunity for vendors or others with special applications to significantly customise the boot process without having to commit to a divergent code branch. This early commit is to allow others to experiment with the most effective mechanisms for integrating FICL with the loader as it currently stands. Ficl is distributed with the following license conditions: "Ficl is freeware. Use it in any way that you like, with the understanding that the code is not supported." All source files contain authorship attributions. Obtained from: John Sadler (john_sadler@alum.mit.edu)
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+4
'three-stage' bootstrap. There are a number of caveats with the code in its current state: - The i386 bootstrap only supports booting from a floppy. - The kernel and kld do not yet know how to deal with the extended information and module summary passed in. - PnP-based autodetection and demand loading of modules is not implemented. - i386 ELF kernel loading is not ready yet. - The i386 bootstrap is loaded via an ugly blockmap. On the alpha, both net- and disk-booting (SRM console machines only) is supported. No blockmaps are used by this code. Obtained from: Parts from the NetBSD/i386 standalone bootstrap.
OpenPOWER on IntegriCloud