summaryrefslogtreecommitdiff
path: root/net/etherboot/files/patch-aa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to EtherBoot 5.2.4Doug Ambrisko2004-06-301-44/+22
|
* Keep in sync the partition type recognized by this code, andLuigi Rizzo2002-03-111-2/+11
| | | | | the partition type stored in the fake partition table at the end of this boot sector.
* Upgrade etherboot to 5.0.5, improve pkg documentation and use moreLuigi Rizzo2002-02-181-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | sensible defaults for FreeBSD. Specifically: Makefile, distinfo: upgrade to etherboot 5.0.5 pkg-descr: improve description on installing on floppy/hd files/patch-aa: implement some FreeBSD-specific defaults, namely: + boot1a.s use a FreeBSD partition type instead of a DOS partition type + makerom.c pad the image size to multiples of 8k instead of powers of 2. This makes the tulip image fit in the 62 sectors which are typically unused on the first track of hard disks (other images were already 16k so there is not a problem with them). + Makefile make the disk loader bin/boot1a.bin be compiled by default All these diffs are in the same patchfile because they are very short, version independent (they even work with 5.0.4 and probably earlier versions of etherboot) and will be contributed back to the developers, so it is not worthwhile to clutter the ports subtree with multiple patches. Approved-by: maintainer
* fix malformed patch (apparently some tab was converted intoLuigi Rizzo2001-05-231-6/+6
| | | | whitespace)
* Update to 5.0.1, which includes a boot sector to loadLuigi Rizzo2001-05-111-0/+11
| | | | | | | | | | | the ROM code from the hard disk, and an improved "tulip" driver. Also make boot over NFS the default method. This is seems to me more flexible in that NFS is often required for diskless configurations, and gives slightly better control than TFTPD on who is allowed to access the server. Approved-by: maintainer
* Latest net/etherboot contains FreeBSD patch so that it no more needsYoshio MITA2001-03-151-19/+0
| | | | | | | | tricky configuration change to FreeBSD. The maintainer agrees it better to use the Latest version of etherboot. Submitted by: myself Reviewed by: The maintainer.
* Update to version 4.6.10.Steve Price2000-12-111-34/+4
| | | | | PR: 23095 Submitted by: maintainer
* Update to version 4.6.1.Steve Price2000-05-291-28/+17
| | | | | PR: 18626 Submitted by: maintainer
* Update port to 4.5.5Chris D. Faulhaber2000-03-241-35/+49
| | | | | PR: 17516 Submitted by: Maintainer
* Update to version 4.2.11.Steve Price1999-12-231-2/+36
| | | | | PR: 15173 Submitted by: maintainer
* Update to version 4.2.9.Steve Price1999-11-261-392/+6
| | | | | PR: 14464 Submitted by: maintainer
* Update to version 4.2.5.Steve Price1999-09-271-63/+77
| | | | | PR: 13126 Submitted by: maintainer
* add etherbootEric L. Hernes1999-04-161-0/+384
PR: ports/9480 Submitted by: Doug Ambrisko (ambrisko@whistle.com) with a little tuning by me