FreeNOS
Data Fields
BootSegment Struct Reference

Memory segment. More...

#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...
 

Detailed Description

Memory segment.

Definition at line 109 of file BootImage.h.

Field Documentation

◆ offset

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().

◆ size

u32 BootSegment::size

Total size of the segment.

Definition at line 115 of file BootImage.h.

Referenced by BootImageCreate::exec(), and Kernel::loadBootProgram().

◆ virtualAddress

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().


The documentation for this struct was generated from the following file: