| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | !PXE and PXENV+ structures are in code segment, not data segment. | Michael Brown | 2007-07-04 | 1 | -3/+4 |
| | | |||||
| * | Add (untested) UNDI loader C-level implementation. | Michael Brown | 2007-07-04 | 1 | -56/+22![]() |
| | | |||||
| * | Currently unusable; do not attempt to compile | Michael Brown | 2007-01-04 | 1 | -0/+3 |
| | | |||||
| * | We don't actually have a stdio.h header file. Our printf() functions are | Michael Brown | 2006-09-27 | 1 | -1/+0![]() |
| | | | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. | ||||
| * | added stdio.h to includes for DBG compilation | Marty Connor | 2006-09-27 | 1 | -0/+1 |
| | | |||||
| * | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 1 | -0/+83 |
| PXE code now compiles without errors (though it won't actually work). | |||||

