search for: no_pxe

Displaying 1 result from an estimated 1 matches for "no_pxe".

Did you mean: no_pie
2006 Jun 23
1
a problem with pxelinux
...sing AMI BIOS. My DHCP and TFTP server works fine and pxelinux.0 gets loaded and gets control. But after int 1Ah, it gets out of the execution saying "No !PXE or PXENV+ API found; we're dead..." After digging the pxelinux code I found that it quits because of "jc no_pxe" which is after int 1Ah In my int 1Ah code, i.e. in my ISR initially I have pushed all the flags then provided PXENV+ structure pointer and then popped all the flags before returning from the ISR Thus I am not changing any flags. So I want to know that Why "jc no_pxe"...