FreeNOS
|
#include <BootImage.h>
Data Fields | |
u32 | virtualAddress |
Virtual memory address to load the segment. More... | |
u32 | size |
Total size of the segment. More... | |
u32 | offset |
Offset in the boot image of the segment contents. More... | |
Memory segment.
Definition at line 109 of file BootImage.h.
u32 BootSegment::offset |
Offset in the boot image of the segment contents.
Definition at line 118 of file BootImage.h.
Referenced by BootImageCreate::exec(), BootSymbolStorage::initialize(), Kernel::loadBootProgram(), and BootSymbolStorage::read().
u32 BootSegment::size |
Total size of the segment.
Definition at line 115 of file BootImage.h.
Referenced by BootImageCreate::exec(), and Kernel::loadBootProgram().
u32 BootSegment::virtualAddress |
Virtual memory address to load the segment.
Definition at line 112 of file BootImage.h.
Referenced by BootImageCreate::exec(), and Kernel::loadBootProgram().