Displaying 1 result from an estimated 1 matches for "firstselector".
2004 Nov 23
0
Jumping to PXE boot from DOS
.... */
/* 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 */
u_int8_t segdesccnt; /* Number of segment
descriptors in */
/* this structure. */
u_int16_t firstselector; /* First segment
descriptor in GDT */
/* assigned to PXE. */
newsegdesc_t stack;
newsegdesc_t undidata;
newsegdesc_t undicode;
newsegdesc_t undicodewrite;
newsegdesc_t bc_data;
newsegdesc_t bc_code;
newsegdesc_t bc_codewrite;
} pxe_t;
Any ideas?
Thanks
/Oscar...