From: coLinux a. <col...@he...> - 2009-05-25 04:12:12
|
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-20090525/ colinux-0.8.0-20090525.src.tgz (684701 Bytes) daemons-0.8.0-20090525.dbg.zip (589854 Bytes) daemons-0.8.0-20090525.zip (477286 Bytes) modules-2.6.22.18-co-0.8.0-20090525.tgz (2636284 Bytes) vmlinux-2.6.22.18-co-0.8.0-20090525.zip (1673559 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-*-20090525.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 ------------------------------------------------------------------------ r1256 | henryn | 2009-05-25 00:02:56 +0000 (Mon, 25 May 2009) | 1 line Changed paths: M /branches/devel/patch/kbd-2.6.22.diff * keyboard_inject_utf8: Add prototype to header. ------------------------------------------------------------------------ r1255 | henryn | 2009-05-24 23:22:45 +0000 (Sun, 24 May 2009) | 4 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/patch/kbd-2.6.22.diff M /branches/devel/patch/kbd-core.diff M /branches/devel/src/colinux/os/linux/user/console/head.cpp M /branches/devel/src/colinux/os/winnt/user/console/head.cpp M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.cpp Contributed by Paolo Minazzi: * CO_KBD_SCANCODE_RAW, CO_KBD_SCANCODE_ASCII, PasteClipboardIntoColinux: Insert keys from fltk console without keyboard mapping. * co_scan_code_t.down: is obsolate, removed. ------------------------------------------------------------------------ r1254 | henryn | 2009-05-24 22:50:45 +0000 (Sun, 24 May 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/linux/user/console/head.cpp * main_key_scan_qwerty: Unused. Removed. (Linux as host) ------------------------------------------------------------------------ r1253 | henryn | 2009-05-24 22:47:57 +0000 (Sun, 24 May 2009) | 2 lines Changed paths: M /branches/devel/src/colinux/os/linux/user/console/head.cpp * global_event_hook: Handle extended keys, for example ALT+CurRight. (Linux as host, ported from Windows host code.) ------------------------------------------------------------------------ r1252 | henryn | 2009-05-24 22:42:14 +0000 (Sun, 24 May 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/linux/user/console/head.cpp * scan_code_state (Linux as host): Array needs up to index 0x1FF. ------------------------------------------------------------------------ r1251 | henryn | 2009-05-24 22:13:06 +0000 (Sun, 24 May 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/linux/kernel/module/alloc.c * co_os_userspace_unmap (Linux as host): Syntax error. ------------------------------------------------------------------------ |