Displaying 1 result from an estimated 1 matches for "freebsd_pxeemu".
2003 Apr 11
1
PXELINUX on top of Etherboot?
Question for people...
Has anyone actually tried running PXELINUX on top of Etherboot? There
is something in Etherboot 5.1.7 called FREEBSD_PXEEMU, which seems to be
a PXE stack subset, in particular it seems to support the 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
excep...