Displaying 2 results from an estimated 2 matches for "pxenv_udp_open".
2005 Mar 08
2
[Fwd: Re: etherboot 5.3.14 and pxelinux keyboard problem]
.../pxe_export.c, hasn't changed since
July last year.
You can debug this by defining -DTRACE_PXE when compiling Etherboot. This
will show you a call trace such as
Loading 10.254.254.2:pxelinux.0 ...(PXE).........done
[PXENV_GET_CACHED_INFO 2 to 00000800][PXENV_GET_CACHED_INFO 3 to
00000800][PXENV_UDP_OPEN][PXENV_UDP_WRITE 40705->10.254.254.2:69
(63)][PXENV_UDP_READ 10.254.254.2:32833->10.254.254.1:40705
(19)][PXENV_UDP_WRITE 40706->10.254.254.2:69 (51)][PXENV_UDP_READ
10.254.254.2:32833->10.254.254.1:40706 (19)][PXENV_UDP_WRITE
40707->10.254.254.2:69 (50)] etc etc.
Please try com...
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
exceptions: PXELINUX will also invoke PXENV_STOP_UNDI (for version >=
2.00) or PXENV_UNDI_CLEANUP (for version < 2.00). I'd be...