search for: structcksum

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

2004 Nov 23
0
Jumping to PXE boot from DOS
...point (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 pointer to UNDI ROMID */ bc_romid_t *base; /* Far pointer to base-cod...