Displaying 1 result from an estimated 1 matches for "enter_rm".
Did you mean:
enter_pm
2014 Jun 29
0
SYSLINUX 6.03-pre18 crashes on Mellanox/Intel card with iPXE stack
...The problem is when the SYSLINUX goes into real mode and tries to call
the iPXE API function.
>
> SYSLINUX 6.03-pre18 loads up, and before calling pxe_entry
(arch/i386/interface/pxe/pxe_entry.S) from iPXE code, it fails to move to
real mode in core_syscall:core/callback.inc (when running ?jmp enter_rm?
assembly command)
>
>
>
> In all cases, when iPXE gives the control to SYSLINUX, the memory and
registers values are correct. We validated the values in the !PXE structure
which iPXE gives to SYSLINUX.
>
>
>
> These are the values of the registers prior executing the SYSLIN...