search for: syslinux_shuffle_boot_pm

Displaying 4 results from an estimated 4 matches for "syslinux_shuffle_boot_pm".

2014 Feb 13
2
SYSLINUX API call INT 22h/AX=0xC
Hi Peter, They use PXELINUX to download the OS deployment bootstrap. When this is completed, they want to shutdown the stack including the UNDI driver before jumping to the kernel. Thanks! Kevin On Feb 12, 2014, at 8:15 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > On 02/12/2014 05:37 PM, Kevin Tran wrote: > Hi, > One of our customers uses INT 22h/AX=C to shut down
2012 Jun 01
1
help with module to boot Windows CE
...= 0 and the 'data size' field stores the entry point address). Attached to the e-mail there is the 'whole-wip.diff' file with our current changes to syslinux (applied over syslinux-4.06-pre2 tag). When we test the code, we find the entry point. But syslinux fails to boot with 'syslinux_shuffle_boot_pm'. The symptomatic failure (we don't know if it's the root failure) comes from the function 'syslinux_compute_movelist' called from 'syslinux_do_shuffle'. The last 'printf' shown from inside 'syslinux_compute_movelist' is the one marked with "########...
2014 Feb 13
0
SYSLINUX API call INT 22h/AX=0xC
...n 02/12/2014 08:31 PM, Kevin Tran wrote: > Hi Peter, > They use PXELINUX to download the OS deployment bootstrap. When this is completed, they want to shutdown the stack including the UNDI driver before jumping to the kernel. > > Thanks! > Kevin > That is better done by using syslinux_shuffle_boot_pm() or syslinux_shuffle_boot_rm() as appropriate; they shut down the stack before calling the OS. The standard kernel image formats (bzImage, mboot, etc.) do this as well. -hpa
2014 Feb 13
1
SYSLINUX API call INT 22h/AX=0xC
...n 02/12/2014 08:31 PM, Kevin Tran wrote: > Hi Peter, > They use PXELINUX to download the OS deployment bootstrap. When this is completed, they want to shutdown the stack including the UNDI driver before jumping to the kernel. > > Thanks! > Kevin > That is better done by using syslinux_shuffle_boot_pm() or syslinux_shuffle_boot_rm() as appropriate; they shut down the stack before calling the OS. The standard kernel image formats (bzImage, mboot, etc.) do this as well. -hpa