From: coLinux a. <col...@he...> - 2008-03-14 05:47:30
|
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-20080313/ colinux-0.8.0-20080313.src.tgz (597301 Bytes) daemons-0.8.0-20080313.dbg.zip (1315063 Bytes) daemons-0.8.0-20080313.zip (1021023 Bytes) modules-2.6.22.18-co-0.8.0-20080313.tgz (2542543 Bytes) vmlinux-2.6.22.18-co-0.8.0-20080313.zip (1762056 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-*-20080313.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 ------------------------------------------------------------------------ r956 | henryn | 2008-03-13 23:30:14 +0000 (Thu, 13 Mar 2008) | 33 lines Changed paths: M /branches/devel/bin/build-colinux-libs.sh M /branches/devel/bin/build-common.sh M /branches/devel/bin/comake/tools.py A /branches/devel/conf/wxWidgets.conf (from /branches/steve/conf/wxWidgets.conf:954) M /branches/devel/patch/base-2.6.22.diff M /branches/devel/patch/cobd-async-2.6.22.diff M /branches/devel/patch/conet-2.6.22.diff M /branches/devel/patch/conet-pci-core.diff M /branches/devel/patch/pci-core.diff M /branches/devel/patch/scsi-core.diff M /branches/devel/patch/video-core.diff M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/common/ioctl.h M /branches/devel/src/colinux/common/libc.c M /branches/devel/src/colinux/common/libc.h M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/kernel/pci.c A /branches/devel/src/colinux/kernel/pci.h (from /branches/steve/src/colinux/kernel/pci.h:954) M /branches/devel/src/colinux/kernel/scsi.c M /branches/devel/src/colinux/kernel/scsi.h A /branches/devel/src/colinux/kernel/video.c (from /branches/steve/src/colinux/kernel/video.c:954) M /branches/devel/src/colinux/kernel/video.h M /branches/devel/src/colinux/os/winnt/build/build.comake.py M /branches/devel/src/colinux/os/winnt/kernel/scsi.c M /branches/devel/src/colinux/user/config.c A /branches/devel/src/colinux/user/console-wx (from /branches/steve/src/colinux/user/console-wx:954) R /branches/devel/src/colinux/user/console-wx/build.comake.py (from /branches/steve/src/colinux/user/console-wx/build.comake.py:954) R /branches/devel/src/colinux/user/console-wx/console.h (from /branches/steve/src/colinux/user/console-wx/console.h:954) R /branches/devel/src/colinux/user/console-wx/main.cpp (from /branches/steve/src/colinux/user/console-wx/main.cpp:954) * By Steve Shoecraft scsi: rom updates ... work in progress. changed driver to use CO_DEVICE_SCSI instead of CO_OPERATION_SCSI host driver will create the storage device file if it does not exist. a size can be specified for a scsi device file in the configuration file. size is in megabytes. format is: scsi#=type,<path>,size. BE VERY CAREFULL with this parameter, as it can increase/decrease the size of a file as well! network: added ethtool and mii-tool support video: added video (framebuffer) support. use video#=<size> in config file to enable. size is in megabytes. added wxWidgets library to build system. added a new console, colinux-console-wx. work in progress. pci: enabled dynamic pci configuration, guest pci config comes from the host. user can specify which slot a virtual adapter is in using pci<slot #>=<function #>,<device type>,<device unit #>. example: if user wants video0 at slot 5, function 0: pci5=0,video,0 * By Henry Nestler Build tools: Version cache files removed from md5sum, check version is enough. * Merged from branch steve SVN r954. ------------------------------------------------------------------------ |