From: coLinux a. <col...@he...> - 2009-04-16 04:11:08
|
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-20090415/ colinux-0.8.0-20090415.src.tgz (685429 Bytes) daemons-0.8.0-20090415.dbg.zip (590980 Bytes) daemons-0.8.0-20090415.zip (477759 Bytes) modules-2.6.22.18-co-0.8.0-20090415.tgz (2636374 Bytes) vmlinux-2.6.22.18-co-0.8.0-20090415.zip (1672568 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-*-20090415.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 ------------------------------------------------------------------------ r1244 | henryn | 2009-04-15 18:28:37 +0000 (Wed, 15 Apr 2009) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/RUNNING * Very small text changes. ------------------------------------------------------------------------ r1243 | henryn | 2009-04-15 18:23:00 +0000 (Wed, 15 Apr 2009) | 3 lines Changed paths: M /branches/devel/patch/base-2.6.22.diff * Bugs #2748015, #2756909: Floating point errors, if more as one task used FPU extremely. Go back to safer variant with "co_switch_wrapper_protected()". Reverts back changes from SVN r1237. ------------------------------------------------------------------------ |