Displaying 1 result from an estimated 1 matches for "structlength".
Did you mean:
_struct_length
2004 Nov 23
0
Jumping to PXE boot from DOS
...function to see
if it returns to PXE boot again:
pxe_data_struct->entry16point (PXENV_START_BASE ,
(void *)0)
where pxe_data_struct looks as follows:
typedef struct pxe_s {
u_int8_t signature[4]; /* Structure signature is
not NULL */
/* terminated. FIXME: this was 4 */
u_int8_t structlength; /* Length of this structure
in */
/* bytes. */
u_int8_t structcksum; /* Use to make byte checksum
of this */
/* structure == zero. */
u_int8_t structrev; /* Structure format revision
number. */
u_int8_t reserved1; /* must be zero */
undi_romid_t *undi; /* Far poin...