From: coLinux a. <col...@he...> - 2009-11-29 05:16:31
|
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-20091128/ colinux-0.8.0-20091128.src.tgz (841859 Bytes) daemons-0.8.0-20091128.dbg.zip (591849 Bytes) daemons-0.8.0-20091128.zip (478595 Bytes) modules-2.6.25.20-co-0.8.0-20091128.tgz (2711145 Bytes) vmlinux-2.6.25.20-co-0.8.0-20091128.zip (1765785 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-*-20091128.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 ------------------------------------------------------------------------ r1309 | henryn | 2009-11-28 23:03:17 +0000 (Sat, 28 Nov 2009) | 1 line Changed paths: M /branches/devel/NEWS * Reflect changes in NEWS. ------------------------------------------------------------------------ r1308 | henryn | 2009-11-28 22:58:53 +0000 (Sat, 28 Nov 2009) | 1 line Changed paths: M /branches/devel/src/colinux/common/console.c * Buffer not need to "clear screen with space and user attr". ------------------------------------------------------------------------ r1307 | henryn | 2009-11-28 22:54:14 +0000 (Sat, 28 Nov 2009) | 6 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/console.c 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/console-base/widget.cpp M /branches/devel/src/colinux/user/console-base/widget.h Support for intial colors and send back to console: * "attr" added to co_console_message_t.config * "charattr" added to co_console_message_t.scroll for clear new lines. * "blank_char" replaced by direct setting into cells. * Set CO_LINUX_API_VERSION to 14, avoids problems from older kernel builds. ------------------------------------------------------------------------ r1306 | henryn | 2009-11-28 21:59:47 +0000 (Sat, 28 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-core.diff M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/user/console/widget.cpp M /branches/devel/src/colinux/user/console-base/widget.cpp * Macro CO_OPERATION_CONSOLE_SIZES renamed into CO_OPERATION_CONSOLE_CONFIG. ------------------------------------------------------------------------ r1305 | henryn | 2009-11-28 21:18:56 +0000 (Sat, 28 Nov 2009) | 1 line Changed paths: M /branches/devel/src/colinux/common/config.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 * nt-console: Remove unused co_remap_default_attr. ------------------------------------------------------------------------ r1304 | henryn | 2009-11-28 19:32:15 +0000 (Sat, 28 Nov 2009) | 9 lines Changed paths: M /branches/devel/doc/colinux-daemon M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/common/console.c 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-base/widget.cpp Contributed by Peter Kuznetsov: * Implemented semantics for 'color' option. * Added description of 'cursor' and 'color' in the file 'colinux-daemon'. * The virtual screen in 'console.c' filled not with zeros, but with user attribute and blank character. * Supports the messages CO_OPERATION_CONSOLE_CURSOR_DRAW and CO_OPERATION_CONSOLE_CURSOR_ERASE. * Preparation for conole color mapping (disabled by CO_REMAP_ATTR_DEFAULT). ------------------------------------------------------------------------ |