Index of /colinux/testing/devel-0.8.0/20080420-Snapshot/packages
Name Last modified Size Description
Parent Directory 04-Jun-2008 20:01 -
daemons-0.8.0-20080420.dbg.zip 21-Apr-2008 05:28 1.3M Win32 with debugging
daemons-0.8.0-20080420.zip 21-Apr-2008 05:29 1.0M Win32 for normal run
modules-2.6.22.18-co-0.8.0-20080420.tgz 21-Apr-2008 05:32 2.4M Kernel modules
readme.txt 11-May-2008 08:18 1k README
vmlinux-2.6.22.18-co-0.8.0-20080420.zip 21-Apr-2008 05:33 1.7M Linux kernel
Note: ZIP packages do not include installer.
This is a short step-by-step guide for upgrading coLinux to 0.8.0 snapshot.
1. Stop all running coLinux sessions.
2. Uninstall the old driver:
cd c:\colinux (resp. your installation path)
colinux-daemon.exe --remove-driver
3. Backup all *.exe, vmlinux and the linux.sys from old installation
(c:\colinux (resp. your installation path)).
4. Unzip all files from
daemons-0.8.0-*.zip and
vmlinux-2.6.22.18-co-0.8.0-*.zip
to c:\colinux (resp. your installation path).
(File daemons-0.8.0-*.dbg.zip is not needed as it is for debugging only.)
5. Remember to reload the driver:
cd c:\colinux (resp. your installation path)
colinux-daemon.exe --install-driver
6. Copy the modules modules-2.6.22.18-co-0.8.0-*.tgz to a location
you can access from coLinux. For example a cofs mounted directory.
7. Inside running coLinux please update modules as following:
rm -rf /lib/modules/*-co-*
tar -xzf /mnt/windows/modules-2.6.22.18-co-0.8.0-*.tgz -C /
8. Reboot coLinux to make new modules running.
9. Have fun and report bugs.