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 d48d0fb1bb Add the concept of a "user pointer" (similar to the void __user * in
the kernel), which encapsulates the information needed to refer to an
external buffer.  Under normal operation, this can just be a void *
equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent.

Use this concept to avoid the need for bounce buffers in int13.c,
which reduces memory usage and opens up the possibility of using
multi-sector reads.

Extend the block-device API and the SCSI block device implementation
to support multi-sector reads.

Update iscsi.c to use user buffers.

Move the obsolete portions of realmode.h to old_realmode.h.

MS-DOS now boots an order of magnitude faster over iSCSI (~10 seconds
from power-up to C:> prompt in bochs).
2006-05-19 15:06:51 +00:00
contrib Updated to new SourceForge CVS locations, and fix a couple of minor 2006-05-18 13:22:32 +00:00
src Add the concept of a "user pointer" (similar to the void __user * in 2006-05-19 15:06:51 +00:00
COPYING Initial revision 2005-05-17 16:44:57 +00:00
Copyrights Initial revision 2005-05-17 16:44:57 +00:00
INSTALL Initial revision 2005-05-17 16:44:57 +00:00
LOG Jan Kiszka provided a patch for the smc9000 for missing phy-setup 2005-06-02 01:26:37 +00:00
RELNOTES Initial revision 2005-05-17 16:44:57 +00:00
VERSION Changed to 5.5 2005-05-17 16:47:59 +00:00
eb.png Initial revision 2005-05-17 16:44:57 +00:00
index-berlios.html Initial revision 2005-05-17 16:44:57 +00:00
index.html Initial revision 2005-05-17 16:44:57 +00:00
index.xhtml Initial revision 2005-05-17 16:44:57 +00:00
style.css Initial revision 2005-05-17 16:44:57 +00:00