From: coLinux a. <col...@he...> - 2008-04-24 04:13:02
|
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-20080423/ colinux-0.8.0-20080423.src.tgz (691659 Bytes) daemons-0.8.0-20080423.dbg.zip (1353251 Bytes) daemons-0.8.0-20080423.zip (1051261 Bytes) modules-2.6.22.18-co-0.8.0-20080423.tgz (2600465 Bytes) vmlinux-2.6.22.18-co-0.8.0-20080423.zip (1762245 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-*-20080423.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 ------------------------------------------------------------------------ r1032 | henryn | 2008-04-23 20:28:28 +0000 (Wed, 23 Apr 2008) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/scsi.c * scsi get_next_entry: Replace goto with while. Optimize lockup. ------------------------------------------------------------------------ r1031 | henryn | 2008-04-23 20:21:44 +0000 (Wed, 23 Apr 2008) | 4 lines Changed paths: M /branches/devel/patch/scsi-core.diff M /branches/devel/src/colinux/os/timer.h M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/timer.c M /branches/devel/src/colinux/os/winnt/kernel/scsi.c Scsi by Steve Shoecraft: * Queue buffer as static array, instead alloc. "USE_Q" removed. * Sleep added, if no free worker queue slot found. * Bugfix function names and small others. ------------------------------------------------------------------------ |