From: coLinux a. <col...@he...> - 2009-11-28 05:08:51
|
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-20091127/ colinux-0.8.0-20091127.src.tgz (840982 Bytes) daemons-0.8.0-20091127.dbg.zip (591282 Bytes) daemons-0.8.0-20091127.zip (478109 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20091124/ 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 ------------------------------------------------------------------------ r1303 | henryn | 2009-11-27 21:58:11 +0000 (Fri, 27 Nov 2009) | 6 lines Changed paths: 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/kernel/monitor.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 Contributed by Peter Kuznetsov: * corrected error with max_y * screen buffer is limited by dimensions, not by total memory size * blacklog, and all debug code to check it, is removed (unused and will not be used) * added support for "color" option (semantics disabled so far) ------------------------------------------------------------------------ |