iPXE
lkrn_context Struct Reference

Kernel image context. More...

#include <lkrn.h>

Data Fields

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

Detailed Description

Kernel image context.

Definition at line 44 of file lkrn.h.

Field Documentation

◆ offset

size_t lkrn_context::offset

Load offset.

Definition at line 46 of file lkrn.h.

◆ filesz

size_t lkrn_context::filesz

File size.

Definition at line 48 of file lkrn.h.

◆ memsz

size_t lkrn_context::memsz

Memory size.

Definition at line 50 of file lkrn.h.

◆ ram

physaddr_t lkrn_context::ram

Start of RAM.

Definition at line 53 of file lkrn.h.

◆ entry

physaddr_t lkrn_context::entry

Entry point.

Definition at line 55 of file lkrn.h.

◆ initrd

physaddr_t lkrn_context::initrd

Initial ramdisk (if any)

Definition at line 57 of file lkrn.h.

◆ fdt

physaddr_t lkrn_context::fdt

Device tree.

Definition at line 59 of file lkrn.h.


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