summaryrefslogtreecommitdiffstats
path: root/src/include/pxe_types.h
Commit message (Collapse)AuthorAgeFilesLines
* [pxe] Move all PXE files to arch/i386Michael Brown2008-11-181-125/+0Star
| | | | | The initial PXE implementation in Etherboot had the goal of being architecture-agnostic, but this goal has not been realised.
* [uaccess] Formalise the uaccess APIMichael Brown2008-10-131-3/+2Star
| | | | | | The userptr_t is now the fundamental type that gets used for conversions. For example, virt_to_phys() is implemented in terms of virt_to_user() and user_to_phys().
* Update to match the daft capitalisation in the actual PXE specMichael Brown2006-08-081-2/+2
|
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-1/+1
| | | | PXE code now compiles without errors (though it won't actually work).
* Rearranging PXE header filesMichael Brown2005-05-241-2/+2
|
* Define PXE types in terms of other PXE types where possibleMichael Brown2005-05-221-11/+22
|
* Worked out a sensible doxygen groupingMichael Brown2005-05-221-27/+30
|
* Documented the basic PXE data typesMichael Brown2005-05-211-0/+112