Well, I compiled the newest version of oskit today, I added the tlan driver to oskit and oskit-mach compiled and run with the following patch.
However, I did notice that my oskit-mach kernel did not boot the Hurd directly. I had to go back to using serverboot. 2002-03-17 James A. Morrison <[EMAIL PROTECTED]> * Makefile.in: Remove dependency on liboskit_smp. Ensure OSKIT_LIBDIR/.. always precedes OSKIT_LIBS. Index: Makefile.in =================================================================== RCS file: /cvsroot/hurd/gnumach/Makefile.in,v retrieving revision 1.22.2.17 diff -u -r1.22.2.17 Makefile.in --- Makefile.in 4 Mar 2002 19:18:10 -0000 1.22.2.17 +++ Makefile.in 18 Mar 2002 00:13:46 -0000 @@ -269,7 +269,7 @@ OSKIT_LIBDIR = @OSKIT_LIBDIR@ -OSKIT_LIBS = -loskit_kern -loskit_lmm -loskit_com -loskit_smp \ +OSKIT_LIBS = -loskit_kern -loskit_lmm -loskit_com \ -loskit_exec -loskit_unsupp \ -loskit_dev -loskit_linux_dev -loskit_diskpart \ @@ -327,7 +327,7 @@ kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) init-%.o $(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \ - -Wl,-\( $^ $(OSKIT_LIBS) -Wl,-\) -lgcc + -Wl,-\( $^ $(OSKIT_LIBDIR)/.. $(OSKIT_LIBS) -Wl,-\) -lgcc # # Installation ===== James Morrison University of Waterloo Computer Science - Digital Hardware 2A co-op http://hurd.dyndns.org Anyone refering this as 'Open Source' shall be eaten by a GNU __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd