From: coLinux a. <col...@he...> - 2009-05-21 04:12:04
|
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-20090520/ colinux-0.8.0-20090520.src.tgz (685014 Bytes) daemons-0.8.0-20090520.dbg.zip (589979 Bytes) daemons-0.8.0-20090520.zip (477414 Bytes) modules-2.6.22.18-co-0.8.0-20090520.tgz (2636349 Bytes) vmlinux-2.6.22.18-co-0.8.0-20090520.zip (1673190 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-*-20090520.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 ------------------------------------------------------------------------ r1250 | henryn | 2009-05-20 22:50:06 +0000 (Wed, 20 May 2009) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/bin/build-common.sh * w32api upgrade to Version 3.13 ------------------------------------------------------------------------ r1249 | henryn | 2009-05-20 22:47:46 +0000 (Wed, 20 May 2009) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/src/colinux/arch/i386/passage.c * VMX: Comments. ------------------------------------------------------------------------ r1248 | henryn | 2009-05-20 20:40:43 +0000 (Wed, 20 May 2009) | 11 lines Changed paths: M /branches/devel/patch/base-2.6.22.diff M /branches/devel/patch/cobd-async-2.6.22.diff M /branches/devel/src/colinux/arch/i386/defs.h M /branches/devel/src/colinux/arch/i386/passage.c M /branches/devel/src/colinux/user/daemon.c * Bug #1959846, #2760666: VMX mode in Virtual PC or VirtualBOX mode causes BSOD STOP: 0x0000007F 0x00000008 (UNEXPECTED_KERNEL_MODE_TRAP Double Fault) If an other virtualizion is running in VMX mode, disable paging or clearing some bits of register CR4 would receiving a gereral protection fault. Currently coLinux can't cooperate with such hardware virtualisation. coLinux will abort the Linux guest, but don't crash the host for now. Thanks Sander Vanleeuwen from http://www.virtualbox.org/ticket/3724#comment:8 ------------------------------------------------------------------------ |