iPXE
Data Fields
comboot_psp Struct Reference

COMBOOT PSP, copied to offset 0 of code segment. More...

Data Fields

uint16_t int20
 INT 20 instruction, executed if COMBOOT image returns with RET. More...
 
uint16_t first_non_free_para
 Segment of first non-free paragraph of memory. More...
 

Detailed Description

COMBOOT PSP, copied to offset 0 of code segment.

Definition at line 50 of file comboot.c.

Field Documentation

◆ int20

uint16_t comboot_psp::int20

INT 20 instruction, executed if COMBOOT image returns with RET.

Definition at line 52 of file comboot.c.

Referenced by comboot_init_psp().

◆ first_non_free_para

uint16_t comboot_psp::first_non_free_para

Segment of first non-free paragraph of memory.

Definition at line 54 of file comboot.c.

Referenced by comboot_init_psp().


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