From: coLinux a. <col...@he...> - 2009-11-30 05:24:28
|
The autobuild system has detected a new revision in the source repository. Review last changed from changelog.txt, also attached in mail. Download the compiled version: http://www.henrynestler.com/colinux/autobuild/devel-20091129/ colinux-0.8.0-20091129.src.tgz (842005 Bytes) daemons-0.8.0-20091129.dbg.zip (591911 Bytes) daemons-0.8.0-20091129.zip (478639 Bytes) modules-2.6.25.20-co-0.8.0-20091129.tgz (2711173 Bytes) vmlinux-2.6.25.20-co-0.8.0-20091129.zip (1765930 Bytes) Note, the autobuild compilation does not include an installer. Remember to reload the driver with these commands: colinux-daemon.exe --remove-driver colinux-daemon.exe --install-driver Inside coLinux please update modules as follow: rm -rf /lib/modules/*-co-* tar -xzf modules-*-co-*-20091129.tgz -C / The autobuild compilations are not official releases of Cooperative Linux software. There is no warranty that any autobuild version is stable. If use this autobuild version, please give us feedback of your experience. Job runs on machine with 64 bit version of gcc 4.1.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1312 | henryn | 2009-11-29 13:42:13 +0000 (Sun, 29 Nov 2009) | 1 line Changed paths: M /branches/devel/patch/coconsole-2.6.25.diff M /branches/devel/patch/coconsole-core.diff * Kernel: Move cursor calculation from cocon_init into cocon_startup. ------------------------------------------------------------------------ r1311 | henryn | 2009-11-29 13:22:13 +0000 (Sun, 29 Nov 2009) | 1 line Changed paths: M /branches/devel/patch/base-2.6.22.diff M /branches/devel/patch/base-2.6.25.diff M /branches/devel/patch/coconsole-2.6.25.diff M /branches/devel/patch/coconsole-core.diff * Add missing kernel changes at revision r1310. ------------------------------------------------------------------------ r1310 | henryn | 2009-11-29 12:46:35 +0000 (Sun, 29 Nov 2009) | 4 lines Changed paths: M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/user/config.c M /branches/devel/src/colinux/user/console-base/widget.cpp Contributed by Peter Kuznetsov: * Added kernel support for cursor resizing. * Step change the size of the cursor is given in conformance with the kernel. ------------------------------------------------------------------------ |