|
@@ -14,6 +14,13 @@
|
14
|
14
|
* which assemble a file into a single contiguous block. The whole
|
15
|
15
|
* block is then passed to the image loader.
|
16
|
16
|
*
|
|
17
|
+ *
|
|
18
|
+ * Note that the rather convoluted way of manipulating the buffer
|
|
19
|
+ * descriptors (using copy_{to,from}_phys rather than straightforward
|
|
20
|
+ * pointers) is needed to cope with operation as a PXE stack, when we
|
|
21
|
+ * may be running in real mode or 16-bit protected mode, and therefore
|
|
22
|
+ * cannot directly access arbitrary areas of memory.
|
|
23
|
+ *
|
17
|
24
|
*/
|
18
|
25
|
|
19
|
26
|
#include "stddef.h"
|