[syslinux] SYSLINUX API call INT 22h/AX=0xC

H. Peter Anvin hpa at zytor.com
Wed Feb 12 22:06:42 PST 2014


On 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




More information about the Syslinux mailing list