FreeNOS
Data Fields
BootEntry Struct Reference

Executable entry for use inside a boot image. More...

#include <BootImageCreate.h>

Data Fields

BootSymbol symbol
 BootSymbol definition. More...
 
u8data
 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...
 

Detailed Description

Executable entry for use inside a boot image.

Definition at line 36 of file BootImageCreate.h.

Field Documentation

◆ data

u8* BootEntry::data

Input data buffer read from the original file.

Definition at line 42 of file BootImageCreate.h.

◆ numRegions

Size BootEntry::numRegions

Number of memory regions.

Definition at line 48 of file BootImageCreate.h.

◆ regions

Memory regions for this symbol.

Definition at line 45 of file BootImageCreate.h.

◆ symbol

BootSymbol BootEntry::symbol

BootSymbol definition.

Definition at line 39 of file BootImageCreate.h.


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