iPXE
Data Fields
zimg_header Struct Reference

Compressed kernel image header. More...

#include <lkrn.h>

Data Fields

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

Detailed Description

Compressed kernel image header.

Definition at line 62 of file lkrn.h.

Field Documentation

◆ reserved_a

uint8_t zimg_header::reserved_a[4]

Reserved.

Definition at line 64 of file lkrn.h.

◆ magic

uint32_t zimg_header::magic

Magic.

Definition at line 66 of file lkrn.h.

Referenced by zimg_parse().

◆ offset

uint32_t zimg_header::offset

Offset to payload.

Definition at line 68 of file lkrn.h.

Referenced by zimg_parse().

◆ len

uint32_t zimg_header::len

Length of payload.

Definition at line 70 of file lkrn.h.

Referenced by zimg_parse().

◆ reserved_b

uint8_t zimg_header::reserved_b[8]

Reserved.

Definition at line 72 of file lkrn.h.

◆ type

uint32_t zimg_header::type

Compression type.

Definition at line 74 of file lkrn.h.

Referenced by zimg_parse().


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