Index of /colinux/testing/stable-0.7.3/20080527-con-60x120

      Name                                                Last modified       Size  Description

[DIR] Parent Directory 18-Aug-2008 05:38 - [   ] console-size-60x120-colinux-0.7.3.patch 27-May-2008 16:55 4k [   ] console-size-runtime-linux-2.6.22.18-co-0.7.3.patch 27-May-2008 16:56 2k [   ] daemons-0.7.3-20080527.dbg.zip 27-May-2008 16:58 456k Win32 with debugging [   ] daemons-0.7.3-20080527.zip 27-May-2008 16:58 360k Win32 for normal run [   ] modules-2.6.22.18-co-0.7.3-20080527.tgz 27-May-2008 17:01 2.3M Kernel modules [   ] vmlinux-2.6.22.18-co-0.7.3-20080527.zip 27-May-2008 17:02 1.4M Linux kernel

Console size changed to 60x120, see patch files.


This is a short step-by-step guide for upgrading coLinux to 0.7.3 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.7.3-*.zip  and
	vmlinux-2.6.22.18-co-0.7.3-*.zip

   to c:\colinux (resp. your installation path).
   (File daemons-0.7.3-*.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.7.3-*.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/2.6.22.18-co-0.7.3
	tar -xzf /mnt/windows/modules-2.6.22.18-co-0.7.3-*.tgz -C /

8. Reboot coLinux to make new modules running.
9. Have fun and report bugs.