iPXE
Data Fields
lkrn_context Struct Reference

Kernel image context. More...

#include <lkrn.h>

Data Fields

size_t offset
 Load offset. More...
 
size_t filesz
 File size. More...
 
size_t memsz
 Memory size. More...
 
physaddr_t ram
 Start of RAM. More...
 
physaddr_t entry
 Entry point. More...
 
physaddr_t initrd
 Initial ramdisk (if any) More...
 
physaddr_t fdt
 Device tree. More...
 

Detailed Description

Kernel image context.

Definition at line 43 of file lkrn.h.

Field Documentation

◆ offset

size_t lkrn_context::offset

Load offset.

Definition at line 45 of file lkrn.h.

◆ filesz

size_t lkrn_context::filesz

File size.

Definition at line 47 of file lkrn.h.

◆ memsz

size_t lkrn_context::memsz

Memory size.

Definition at line 49 of file lkrn.h.

◆ ram

physaddr_t lkrn_context::ram

Start of RAM.

Definition at line 52 of file lkrn.h.

◆ entry

physaddr_t lkrn_context::entry

Entry point.

Definition at line 54 of file lkrn.h.

◆ initrd

physaddr_t lkrn_context::initrd

Initial ramdisk (if any)

Definition at line 56 of file lkrn.h.

◆ fdt

physaddr_t lkrn_context::fdt

Device tree.

Definition at line 58 of file lkrn.h.


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