summaryrefslogtreecommitdiff
path: root/net/etherboot/pkg-descr
blob: f5b9af0c7929321fdcbd97483adcc3d667f3be62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This code produce bootloaders for a number of cards that can be
loaded from raw or DOS-formatted floppy/hard disks and ROMs
to boot ELF/aout kernels over NFS or TFTP.
Edit work/etherboot/src/Config to see/set the desired features.

The defaults used here are suited to boot FreeBSD ELF kernels over NFS.

To produce an etherboot floppy (or HD partition) do

	cd work/etherboot/src 
	cat bin/boot1a.bin bin32/<device>.lzrom > /dev/fd0

Replace <device> with the specific code for your card, and /dev/fd0
with your hard disk partition.

WWW: http://etherboot.sourceforge.net/