Hello again, I'll try to keep this succinct. I'm still not able to get
my network card to recognize. I compiled my own gnumach kernel with
--enable-floppy --enable-ide --enable-eata --enable-ne2kpci but it still
didn't recognize.
So based on another recommendation I tried the oskit-mach. I used this
CVS command to get the code and got the following error.
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/hurd co -d oskit-mach -r
oskit-branch -P gnumach
0 Tue Apr 30 21:06:47 root@woody:/misc/hurd/root/oskit-mach/build# make
gcc -g -nostdlib -nostartfiles -r -o oskit-kernel.o \
-Wl,-\( kernel.o clib-routines.o -L/usr/lib/oskit//.. \
-loskit_clientos -loskit_c -loskit_kern -loskit_lmm -loskit_com
-loskit_exec -loskit_unsupp -loskit_dev -loskit_linux_dev -loskit_diskpart -Wl,-\)
-lgcc
ld -Ttext 0x100000 -o kernel oskit-kernel.o /usr/lib/oskit//crtn.o
oskit-kernel.o: In function `picinit':
/misc/hurd/root/oskit-mach/build/../i386/i386/pic.c:70: undefined reference to `cli'
make: *** [kernel] Error 1
rm oskit-kernel.o
I found that the offending file oskit-mach/build/../i386/i386/pic.c has
the following includes. The oskit/x86/* files don't exist where I must
assume the cli() resided.
#include <sys/types.h>
#include <i386/ipl.h>
#include <i386/machspl.h>
#include <oskit/x86/pc/pic.h>
#include <oskit/x86/proc_reg.h>
Can someone help me with this?
Thanks in advance,
--
-- Grant Bowman <[EMAIL PROTECTED]>
_______________________________________________
Help-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-hurd