search for: entry32point

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

Did you mean: entry16point
2004 Nov 23
0
Jumping to PXE boot from DOS
...; /* Far pointer to base-code ROMID */ u_int16_t (*entry16point)(u_int16_t func, void *param); /* 16bit stack segment API entry */ /* point. This will be seg:off in */ /* real mode and sel:off in 16:16 */ /* protected mode. */ u_int16_t (*entry32point)(u_int16_t func, void *param); /* 32bit stack segment API entry */ /* point. This will be sel:off. */ /* In real mode, sel == 0 */ u_int16_t (*statuscallout)(u_int16_t param); /* Address of DHCP/TFTP status */ /* callout routine. */ u_int8_t reserved2; /* must be zero...