iPXE
zimg_header Struct Reference

Compressed kernel image header. More...

#include <lkrn.h>

Data Fields

uint8_t reserved_a [4]
 Reserved.
uint32_t magic
 Magic.
uint32_t offset
 Offset to payload.
uint32_t len
 Length of payload.
uint8_t reserved_b [8]
 Reserved.
uint32_t type
 Compression type.

Detailed Description

Compressed kernel image header.

Definition at line 63 of file lkrn.h.

Field Documentation

◆ reserved_a

uint8_t zimg_header::reserved_a[4]

Reserved.

Definition at line 65 of file lkrn.h.

◆ magic

uint32_t zimg_header::magic

Magic.

Definition at line 67 of file lkrn.h.

Referenced by zimg_parse().

◆ offset

uint32_t zimg_header::offset

Offset to payload.

Definition at line 69 of file lkrn.h.

Referenced by zimg_parse().

◆ len

uint32_t zimg_header::len

Length of payload.

Definition at line 71 of file lkrn.h.

Referenced by zimg_parse().

◆ reserved_b

uint8_t zimg_header::reserved_b[8]

Reserved.

Definition at line 73 of file lkrn.h.

◆ type

uint32_t zimg_header::type

Compression type.

Definition at line 75 of file lkrn.h.

Referenced by zimg_parse().


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