david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
My fork of git://git.ipxe.org/ipxe.git, it is used for my netboot environment at home.
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Michael Brown c194b0c4bf Work around a bug in the OpenSolaris iSCSI target.
We didn't specify values for MaxRecvDataSegmentLength and
MaxBurstLength (to save space, since we were happy with the
RFC-defined default values of 8kB and 256kB respectively).  However,
the OpenSolaris target (incorrectly) assumes default values of zero
for these parameters.

The upshot was that the OpenSolaris target would get stuck in an
endless loop trying to send us the first 512-byte sector, zero bytes
at a time, and would eventually run out of memory and core-dump.

Fixed by explicitly specifying the default values for these two
parameters.
2007-11-05 13:29:05 +00:00
contrib Add .pdsk target (padded .dsk, suitable for qemu). 2007-07-05 23:37:17 +01:00
src Work around a bug in the OpenSolaris iSCSI target. 2007-11-05 13:29:05 +00:00
COPYING Initial revision 2005-05-17 16:44:57 +00:00
Copyrights Update non-GPL licensed files for gPXE 2007-03-05 03:53:40 +00:00
INSTALL Initial revision 2005-05-17 16:44:57 +00:00
LOG Start a new LOG file in preparation for release 2007-03-05 03:54:40 +00:00
RELNOTES Start a new release notes file (RELNOTES) in preparation for release 2007-03-05 03:55:26 +00:00
VERSION Version increment in preparation for release 2007-03-02 16:06:46 +00:00