Index of /colinux/releases/0.7.2/packages

      Name                                 Last modified       Size  Description

[DIR] Parent Directory 08-Jun-2008 19:28 - [   ] daemons-0.7.2-20080118.dbg.zip 19-Jan-2008 08:06 458k Win32 with debugging [   ] daemons-0.7.2-20080118.zip 19-Jan-2008 08:06 361k Win32 for normal run [   ] modules-2.6.22-co-0.7.2-20080118.tgz 19-Jan-2008 08:09 1.9M Kernel modules [   ] vmlinux-2.6.22-co-0.7.2-20080118.zip 19-Jan-2008 08:10 1.4M Linux kernel


Note, ZIP packages does not include an installer.
This is a short stepguide for upgrading coLinux to version 0.7.2.

1. Stop all running coLinux sessions.
2. Uninstall the old driver

	cd c:\colinux   (or your installation path)
	colinux-daemon.exe --remove-driver

3. Backup all *.exe and the linux.sys from old installation (C:\colinux).
4. Unzip all files from

	daemons-0.7.2-20080118.zip  and
	vmlinux-2.6.22-co-0.7.2-20080118.zip

   to c:\colinux.
   File daemons-0.7.2-20080118.dbg.zip not needs, is for debugging only.
5. Remember to reload the driver with these commands:

	cd c:\colinux
	colinux-daemon.exe --install-driver

6. Copy the modules modules-2.6.22-co-0.7.2-20080118.tgz somethere you have
   an access from Linux, for example a cofs mounted directory. 
7. Inside running coLinux please update modules as follow:

	rm -rf /lib/modules/*-co-*
	tar -xzf modules-2.6.22-co-0.7.2-20080118.tgz -C /
	chown -R root:root /lib/modules/*-co-*