search for: entry16point

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

2004 Nov 23
0
Jumping to PXE boot from DOS
...; : "PXENV+", i); return (i); } } However, this function never finds the PXE signatures. Does anybody has any suggestion to make it work? After finding the structure, I need to call 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 struc...