Hi all,

I'm trying to install oskit based Mach with pcmcia patch from wagi.
Here are my steps and several problems encountered, some of which are
solved.

1. download oskit-20020317.tar.gz from http://www.cs.utah.edu/flux/oskit/

2. download oskit+pcmcia-20021110.patch from
http://www.vis.ethz.ch/~wagi/oskit

3. untar oskit-20020317.tar.gz and in the directory containing
oskit-20020317/, run "patch -p0 <oskit+pcmcia-20021110.patch"

4. "configure" and "make".

5. Error encoutered. Modified file
oskit-20020317/unix/linux/sbrk-hack.c and commented out the only line

6. again, "configure" and "make" and "make install" (oskit): Successful!

7. Checkout latest gnumach CVS source codes.

8. "configure" and "make kernel" (gnumach): Error: mig: command not found

9. Checkout latest mig CVS source codes.

10. "configure" and "make" (mig): XXX file not found!

11. ln -s ..../src/gnumach/include/mach /usr/local/include/mach
ln-s ..../build/gnumach/mach_machine /usr/local/include/mach/machine

12. Again "configure" and "make" and "make install" (mig): Successful!

13. Again "configure" and "make kernel" (gnumach):
Error: no rule to make kernel

14. export OSKIT_LIBDIR=/usr/local/lib/oskit (thanks Phython)

15. "configure" and "make kernel-ide+floppy+ethernet_tulip" (gnumach).

16. copy kernel-ide+floppy+ethernet_tulip to /boot

17. edit /boot/grub/grub.conf and add line:
kernel /boot/kernel-ide+floppy+ethernet_tulip root=device:hd0s9 --

18 reboot and enjoy..

Laudney





_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to