Displaying 1 result from an estimated 1 matches for "tftp_read_file".
2003 Sep 01
1
troubles with PXE APIS
...time one). Since the goal is to have a universal
x86 netboot I had to use PXE apis.
However I have troubles using them. Since our kernel is not GPL based I
can't just patch syslinux for our purpose. I tryed to make a very simple
netboot loader using intel doc but I was not able to make work
TFTP_READ_FILE correctly.
I know that my trouble is not directly linked to syslinux but I hope
that people involved in the code could help me. My API call should be ok
but I couln't find in any docs the answers to this elementary question :
* Since the DHCP/TFTP boot (using bios) is ok and seems to use PX...