search for: structrev

Displaying 1 result from an estimated 1 matches for "structrev".

Did you mean: structre
2004 Nov 23
0
Jumping to PXE boot from DOS
...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 pointer to UNDI ROMID */ bc_romid_t *base; /* Far pointer to base-code ROMID */ u_int16_t (*entry16point)(u_int16_t func, void *param);...