[syslinux] Re: Can not use read file SYSLINUX API call

H. Peter Anvin hpa at zytor.com
Sun Sep 14 23:02:10 PDT 2003


Phung Chi Kien wrote:
> 
> memset(&inreg, 0, sizeof inreg);
> inreg.eax.w[0] = 0x000C;  //  Clean up
> inreg.edx.w[0] = 0x0000;
> __com32.cs_intcall(0x22, &inreg, NULL);
> 

Your invoking CLEAN UP here seems rather suspicious.  CLEAN UP means 
that you're taking over full control of the boot process from this point 
on.  Have you tried simply returning?

	-hpa




More information about the Syslinux mailing list