From: coLinux a. <col...@he...> - 2009-12-07 05:24:53
|
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-20091206/ colinux-0.8.0-20091206.src.tgz (842206 Bytes) daemons-0.8.0-20091206.dbg.zip (591963 Bytes) daemons-0.8.0-20091206.zip (478731 Bytes) modules-2.6.25.20-co-0.8.0-20091206.tgz (2711149 Bytes) vmlinux-2.6.25.20-co-0.8.0-20091206.zip (1765641 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-*-20091206.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 ------------------------------------------------------------------------ r1317 | henryn | 2009-12-06 21:07:42 +0000 (Sun, 06 Dec 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/user/console-nt/os_console.c M /branches/devel/src/colinux/os/winnt/user/console-nt/os_console.h * co_console_set_cursor_size: Return not used, changed into void. GetConsoleCursorInfo removed. ------------------------------------------------------------------------ r1316 | henryn | 2009-12-06 20:58:58 +0000 (Sun, 06 Dec 2009) | 4 lines 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.22.diff M /branches/devel/patch/coconsole-2.6.25.diff M /branches/devel/patch/coconsole-core.diff M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/common/console.h M /branches/devel/src/colinux/os/winnt/user/console-nt/os_console.c M /branches/devel/src/colinux/os/winnt/user/console-nt/os_console.h M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.cpp M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.h M /branches/devel/src/colinux/user/config.c M /branches/devel/src/colinux/user/console/widget.cpp M /branches/devel/src/colinux/user/console/widget.h M /branches/devel/src/colinux/user/console-base/widget.cpp * Remove cursor size calcuation from Linux kernel, use CUR_DEF as default. * New defines CO_CUR_DEF, CO_CUR_NONE, CO_CUR_UNDERLINE, ... CO_CUR_BLOCK. Consoles remaps this types from Linux kernel into percent. * SetConsoleCursorInfo must dwSize >= 1 to not fail for invisible state. ------------------------------------------------------------------------ |