Partial implementation of UNDI loader caller.

This commit is contained in:
Michael Brown
2007-01-05 03:24:39 +00:00
parent 0638945c7e
commit 9780fef360
4 changed files with 107 additions and 55 deletions

View File

@@ -155,7 +155,7 @@ struct pxe_driver {
/** ROM segment address */
unsigned int rom_segment;
/** UNDI loader entry point */
SEGOFF16_t loader;
SEGOFF16_t loader_entry;
/** Code segment size */
size_t code_size;
/** Data segment size */