Displaying 1 result from an estimated 1 matches for "one_step".
Did you mean:
one_spec
2002 Jun 12
2
Problems with NBP chaining
...n't get NBP
chaining to work.
First problem is that the code doesn't appear to recognize .0 files.
I could be completely mistaken (x86 assembler isn't my forte) but I
think the problem in pxelinux.asm is here:
------------------------------------------------------------------------
.one_step: mov ecx,[di-4] ; 4 bytes before end
>>> ECX points for characters from end (not necessarily to '.')
pop ax
pop di
or ecx,20202000h ; Force lower case
cmp ecx,'.com'...