[syslinux] Re: Does pxelinux work with >1GB RAM?

H. Peter Anvin hpa at zytor.com
Mon Oct 7 12:18:39 PDT 2002


H. J. Lu wrote:
>>
>>Or the PXE *stack* is.  It would be interesting to find out that INT 12h
>>reports inside the PXE stack, but otherwise I really can't see how there
> 
> How do I do that?
> 

	int 12h
	call writehex4
	call crlf

Getting the values of SS and SP would help too:

	mov ax,sp
	int 12h
	call writehex4
	call crlf

	mov ax,ss
	int 12h
	call writehex4
	call crlf

> 
>>is anything I can do about this.
> 
> I looked at Intel PXE. It did something strange with stack before
> calling the main PXE function.
> 

I'm sure it does, but that's not horrendously specific.

	-hpa




More information about the Syslinux mailing list