Re: [Etherboot-developers] pxe
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Michael B. <mb...@fe...> - 2003-05-22 16:37:51
|
On Thu, 22 May 2003, Danny Braniss wrote: > > There is now a copy of pxe.h from FreeBSD in Etherboot CVS, under > > arch/i386/include. I used it when writing the Etherboot UNDI driver. > > It's been edited slightly; I corrected several typos and one alignment > > bug. If this is the only header required, then we've now got it. > hum, i think i sent out a message this morning, but it could have been > before coffee, so if this is a repost - sorry Did you send it to etherboot-developers-admin instead of etherboot-developers? > whith some minor twiks i managed to compile under FreeBSD, but there is > a minor unresolved: > main.o(.text+0x1459): undefined reference to `initsp' > and i found: > ./src/pcbios.S:.globl initsp > i think some initialization is missing, but since my knowledeg of x86 > assembler is zero, i have no idea how to fix this You seem to be using the 5.0 branch - is this deliberate? (The BSD header I was referring to has been placed into the 5.1 branch.) Michael |