summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image
Commit message (Collapse)AuthorAgeFilesLines
* NBI is due for removalMichael Brown2006-05-241-0/+5
|
* Gave up on adding POSIX errno's as required, and just added (almost) allMichael Brown2006-04-281-15/+15
| | | | | | of them in one go. EBADIMG has been replaced by ENOEXEC, and EIMGRET by ECANCELED.
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
| | | | even when __atribute__ (( unused )) is correctly set...
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-1/+0Star
| | | | PXE code now compiles without errors (though it won't actually work).
* Moved pxe_loader.c to pxe_image.c to avoid name clashMichael Brown2005-05-241-0/+94
|
* Added doxygen comments and errno values.Michael Brown2005-05-181-29/+135
|
* Moved NBI support to nbi.c, modified to work with new load mechanismMichael Brown2005-05-171-0/+306