search for: pxenv_undi_cleanup

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

2003 Apr 11
1
PXELINUX on top of Etherboot?
...following calls: PXENV_GET_CACHED_INFO PXENV_UDP_OPEN PXENV_UDP_WRITE PXENV_UDP_READ PXENV_UDP_CLOSE PXENV_UNLOAD_STACK PXENV_UNDI_SHUTDOWN This happens to be pretty close to the subset used by PXELINUX, with two exceptions: PXELINUX will also invoke PXENV_STOP_UNDI (for version >= 2.00) or PXENV_UNDI_CLEANUP (for version < 2.00). I'd be really curious to see how this would play out. There are of course also other kinds of concerns, e.g. if the detection mechanism works properly, and if it stomps on memory it shouldn't be. I'm sorry if this has happened to be public knowledge to ever...