search for: pxe_unload_stack_pkt

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

2009 Apr 24
1
Bugs in pxelinux.asm - syslinux 3.75
...jnz .err It is supposed to test for AX status, but since pxenv does pushad and popad, AX doesn't contain status. In fact the other routines calling pxenv don't have this bug. pxe_unload seems to be never called; if so, also RealBaseMem is unused. According to the specification, pxe_unload_stack_pkt.reserved are 10 bytes, not 10 words