Derek Tattersall
2003-Feb-10 19:45 UTC
[syslinux] State of the UNDI stack after booting a DOS image
I'm using PxeLinux to bot DOS images for an automated test application. After Running the DOS application program, I want to use the UNDI stack to send a completion status message to the server. I boot the DOS image with keeppxe, so that the UNDI stack will continue to be in memory. I am not clear as to what state the stack is left in after PxeLinux has loaded and transferred control to the DOS image. Do I need to go through all the start, initialize and open calls or a subset of them, or none? Can I immediately use the UNDI write call? Derek Tattersall EFI Test
H. Peter Anvin
2003-Feb-11 10:40 UTC
[syslinux] State of the UNDI stack after booting a DOS image
Derek Tattersall wrote:> > > > I'm using PxeLinux to bot DOS images for an automated test application. > After Running the DOS application program, I want to use the UNDI stack to > send a completion status message to the server. > > I boot the DOS image with keeppxe, so that the UNDI stack will continue to > be in memory. I am not clear as to what state the stack is left in after > PxeLinux has loaded and transferred control to the DOS image. Do I need to > go through all the start, initialize and open calls or a subset of them, > or none? Can I immediately use the UNDI write call? >It's left in the same condition that is the normal entry condition for a NBP. -hpa