From: Henry N. <Hen...@Ar...> - 2006-12-13 17:13:09
|
Chris Dahl wrote: > I have ugraded to 64 bit XP and would like to use coLinux, but I am > having trouble installing the driver. Can someone point me to a 64 > bit version of linux.sys? I see talk in the archives about people > using 64 bit Win2003, so I am assuming it is out there. But I also > see posts indicating that it doesn't exist yet. :-( Anyway, if it > DOES exist, I would be greatful for a link. No, it does not exist. Sorry. First we need a gcc and assembler for 64 bit. That does not esist, see this talks: http://search.gmane.org/?query=64Bit+Windows&group=gmane.comp.gnu.mingw.user The second: Some need to change the inline assembler for switching from 64 bit Windows into 32 bit linux, or from 64 bit windows into 64 bit linux. Or some one would rewrite the switching code to build it with Windows DDK for 64 bit (currently the source can only compile with gnu gcc). That is a lot of doing, before such code would runs. Plese search for "64 bit" on the devel list, there exist some more peaples with 64 bits ideas: http://sourceforge.net/mailarchive/message.php?msg_id=15694127 -- Henry Nestler |