From: Dan A. <da...@gm...> - 2004-01-31 18:52:01
|
Good evening, I just released version 0.5.2 of Cooperative Linux. This release include a binary snapshot FOR TESTING PURPOSES, although it can actully be used to run a stable Linux system on your Windows setups, considering it doesn't crash ;) Please read the included README file before running. Changes: * Added some missing files to the build tree * doc/cygwin-cross-build - How to build a cygwin cross compilation tools on Linux. * Made the daemon more proofed to mistakes. It's logic about loading/ unloading the driver is much more sane now. * Added a cursor support to the console. Good luck, -- Dan Aloni da...@gm... |
From: Ian L. <Ian...@mq...> - 2004-02-01 00:52:39
|
Hello Dan, Thanks for the binary test version. Its good to be attacking the problem from both ends at once :) I've included my test system specification below. I have had success under WinXP SP1 with "booting coLinux straight out of the box (colinux-20040131-bin.tar.gz). I haven't tried the fsck test/issue reported here, but I have had the network configurtion issue as reported here. (In windows, I can configure and ping any IP address I choose, In Linux I get sendto errors). Included here is a replacement "step 1" for the README, for Windows XP. I laughed when I saw the number of additional steps over 2k .. certainly got to consider the TCO when upgrading Windows versions, hehe, go MS; 1. Install TAP-Win32 (WinXP) Control Panel -> Add Hardware -> Next -> Yes, I have already connected the hardware, Next -> Add a new hardware device, Next -> Install the hardware that I manually select from a list (Advanced), Next -> Network Adapters, Next -> Have Disk -> Go to the supplied TAP-Win32 directory and choose OemWin2k, Open -> Ok -> Next -> Next -> Finish I have also been advised that a friend of mine can probably compile your driver for you. He has access to the following DDK's; Windows Server 2003 DDK (English) Date Posted 4/9/2003 10:16:00 AM File en_windows_server_2003_ddk.exe, Self-Extracting Compressed File Size 183.53 MB Windows XP Driver Development Kit (DDK) (English) Date Posted 9/21/2001 File WINXP_DDK.exe, Self-Extracting Compressed File Size 130.43 MB Windows XP SP1 Driver Development Kit (DDK) (English) Date Posted 11/14/2002 12:16:00 PM File en_winxp_sp1_ddk.exe, Self-Extracting Compressed File Size 137.81 MB Let me know what you want him to run with ... There seems to be a little terminal emulation issue under the console (this may be a TERM env issue tho, didn't check) - but no realy problem. And, once I shut down the virtual system, I was unable to kill off the windows driver, or restart the system. Love this project, Dan you're a dude. SYSTEM SPECIFICATION System; Microsoft Windows XP Professional Version 2002 Service Pack 1 Computer; Intel(R) Pentium(R) 4 CPU 2.00GHz 1.99 GHz 504 MB of RAM ----- Original Message ----- >From: "Dan Aloni" <da...@gm...> >To: <col...@li...> >Subject: [coLinux-devel] coLinux 0.5.2 >Date: Sat, 31 Jan 2004 20:51:46 +0200 > > Good evening, > > I just released version 0.5.2 of Cooperative Linux. > > This release include a binary snapshot FOR TESTING PURPOSES, although it > can actully be used to run a stable Linux system on your Windows setups, > considering it doesn't crash ;) > > Please read the included README file before running. > > Changes: > * Added some missing files to the build tree > * doc/cygwin-cross-build - How to build a cygwin cross compilation tools > on Linux. > * Made the daemon more proofed to mistakes. It's logic about loading/ > unloading the driver is much more sane now. > * Added a cursor support to the console. > > Good luck, > > -- > Dan Aloni > da...@gm... > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > -- 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/ |
From: Dan A. <da...@gm...> - 2004-02-01 05:29:07
|
On Sun, Feb 01, 2004 at 10:37:25AM +1000, Ian Latter wrote: > Windows XP SP1 Driver Development Kit (DDK) (English) > Date Posted 11/14/2002 12:16:00 PM > File en_winxp_sp1_ddk.exe, Self-Extracting Compressed File > Size 137.81 MB Use the DDK that closely matches the running system, i.e, the last one. > There seems to be a little terminal emulation issue under the > console (this may be a TERM env issue tho, didn't check) - but > no realy problem. And, once I shut down the virtual system, I > was unable to kill off the windows driver, or restart the system. Note that the console implementation is incomplete. Was the console still attached after the virtual system shutdown? If Linux terminates, the driver sleeps uninterruptedly until you detach the console, that could be the reason why you couldn't kill the driver or restart the system. -- Dan Aloni da...@gm... |