FreeNOS
|
Executable entry for use inside a boot image. More...
#include <BootImageCreate.h>
Data Fields | |
BootSymbol | symbol |
BootSymbol definition. More... | |
u8 * | data |
Input data buffer read from the original file. More... | |
ExecutableFormat::Region | regions [BOOTENTRY_MAX_REGIONS] |
Memory regions for this symbol. More... | |
Size | numRegions |
Number of memory regions. More... | |
Executable entry for use inside a boot image.
Definition at line 36 of file BootImageCreate.h.
u8* BootEntry::data |
Input data buffer read from the original file.
Definition at line 42 of file BootImageCreate.h.
Size BootEntry::numRegions |
Number of memory regions.
Definition at line 48 of file BootImageCreate.h.
ExecutableFormat::Region BootEntry::regions[BOOTENTRY_MAX_REGIONS] |
Memory regions for this symbol.
Definition at line 45 of file BootImageCreate.h.
BootSymbol BootEntry::symbol |
BootSymbol definition.
Definition at line 39 of file BootImageCreate.h.