search for: 178c179

Displaying 2 results from an estimated 2 matches for "178c179".

Did you mean: 178,19
2015 Jul 14
1
EFI: PXE: "My IP is 0.0.0.0"
...had to patch main.c. This had to be done to mitigate the following error when trying to 'make all': main.c:(.text+0x3b9): undefined reference to `BSWAP_64' More specifically I made this change: diff ../syslinux_ppatpat_orig/efi/main.c efi/main.c 13a14 > #include <byteswap.h> 178c179 < BSWAP_64(*(uint64_t*)&bguid->Data4), --- > This build of syslinux works on my HP ProLiant DL380 Gen9 server while netbooting from nic1 (not nic0) :-) == output booting pxe == Don't know if it is useful, but I saw this output when booting from pxe over IPv4: ... NBP file down...
2015 Jul 10
3
EFI: PXE: "My IP is 0.0.0.0"
>>> > It does contain a Net but there are 2 issues with SNP: > 1) The interface is different than UDPv4/TCPv4 protocols; this imply lot of code. Not as much as you may think.? We already have lwIP implemented into lpxelinux.0.? It's more a matter of using more glue. > 2) SNP has its non-blocking transmit issues ; see "Flaws in the design" at >