From: Ian L. <Ian...@mq...> - 2004-01-26 22:05:46
|
Hello, I contact this list as there is no relevant FAQ, Forum notes, User mailling list, mailling list archives or CVS files -- that I can see. I am one of three maintainers for the CHAOS live linux CD. CHAOS specialises in being "the supercomputer for your wallet", booting openMosix from a business-card sized disc. I would very much like CHAOS to run as an application under Windows2K/XP .. as would the openMosix community. I have downloaded the only source code that is publically listed (at sourceforge). It patches roughly with kernel 2.4.24 and the beta openMosix 2.4.24 patch -- I've cleaned up the edges, it all looks pretty good. However, the patch file "linux" from the colinux package adds an include reference to linux/include/asm-i386/io.h for the file linux/colinux.h ... but the patch file (nor any of the supplied source code) includes linux/colinux.h Can someone with CVS access please supply me with the colinux.h file -- or -- could the public source bundle please be updated to include this file (or remove the reference). Thanks, <snippet of "linux" patch> --- linux/include/asm-i386/io.h 2004-01-05 05:39:23.000000000 +0200 +++ linux/include/asm-i386/io.h 2003-12-26 18:28:26.000000000 +0200 @@ -2,6 +2,7 @@ #define _ASM_IO_H #include <linux/config.h> +#include <linux/cooperative.h> /* * This file contains the definitions for the x86 IO instructions @@ -46,6 +47,10 @@ #include <linux/vmalloc.h> +#ifdef CONFIG_COOPERATIVE +#include <linux/colinux.h> +#endif + </snippet> <compile error> /usr/src/linux-2.4.24/include/asm/io.h:51:27: linux/colinux.h: No such file or directory make: *** [init/main.o] Error 1 </compile> -- Ian Latter Internet and Networking Security Officer Macquarie University Meet me at the Australian Unix and open systems User Group (AUUG) Security Symposium; 2004 http://www.auug.org.au/events/2004/security/ |