[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
oskit-mach success
From: |
James Morrison |
Subject: |
oskit-mach success |
Date: |
Sun, 17 Mar 2002 16:18:27 -0800 (PST) |
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 <ja2morri@uwaterloo.ca>
* 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/
- oskit-mach success,
James Morrison <=