From: Gregor M. <mi...@ra...> - 2004-03-03 21:52:25
|
Hi, > All seemed to work fine for me. Thank's. Now it works fine for me, too. smbfs running! That's fun. :-) This is what I've actually done: 1) $ cd /usr/src 2) unpack the source tarball of coLinux 3) unpack the Linux kernel tarball (version 2.4.24, can be obtained from www.kernel.org) 4) Make sure that the directory of the Linux kernel is named 'linux'. $ mv kernel-source-2.4.24 linux 5) $ cd linux 6) ~/colinux-0.5.3/linux# patch -p1 < ../colinux-xxx/patch/linux 7) The coLinux package is supplied with a premaid Linux kernel configuration file. Copy it to your Linux tree: ~/colinux-0.5.3/linux# cp ../colinux-xxx/conf/linux-config .config 8) And then, to build vmlinux: ~/colinux-0.5.3/linux# make oldconfig 9) Make your changes to the config $ make xconfig ~/colinux-0.5.3/linux# make dep ~/colinux-0.5.3/linux# make vmlinux 10) $ make modules 11) $ make modules_install 12) Copy the new vmlinux to C:/coLinux/vmlinux 13) Reboot --Gregor |