mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
Added explanatory comment.
This commit is contained in:
parent
e75b7480d0
commit
b2869ed6b8
@ -14,6 +14,13 @@
|
||||
* which assemble a file into a single contiguous block. The whole
|
||||
* block is then passed to the image loader.
|
||||
*
|
||||
*
|
||||
* Note that the rather convoluted way of manipulating the buffer
|
||||
* descriptors (using copy_{to,from}_phys rather than straightforward
|
||||
* pointers) is needed to cope with operation as a PXE stack, when we
|
||||
* may be running in real mode or 16-bit protected mode, and therefore
|
||||
* cannot directly access arbitrary areas of memory.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stddef.h"
|
||||
|
Loading…
Reference in New Issue
Block a user