Programming Languages: C, Assembly, C++
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-03-25
svn co https://colinux.svn.sourceforge.net/svnroot/colinux colinux
Yes you can install and run the 32bit coLinux. I havn't had too much experience with it, so I cannot say if it's any more or less stable/functional than running on a 32bit xp setup.
2012-05-09 09:03:43 PDT by dragor42
Is it possible for coLinux to run on Windows 64bit? I don't mean running a 64bit coLinux, but running the current 32bit coLinux on a Windows 7 64bit system.
2012-04-25 11:36:57 PDT by vfclists
What type of networking is use? Is it the tap driver or ndis/pcap? Can the IP address be assigned by DHCP from your router?.
2012-04-25 11:28:29 PDT by vfclists
I was trying to mount my ubuntu partition on colinux so i wrote point codb 2 to linux partition but it seems something goes wrong. it mounted partition, but it was empty, im affraid it deleted all my files. i check the disk using ext2explorer (on windows) and it shows the empty disk, any idea?.
2012-04-20 13:20:48 PDT by https://www.google.com/accounts
I ran your revized scripts and I got the same crash. Running /sbin/halt is a nice way to get around the killing of the program. In all the crashes I've had, it's not from shutting down coLinux. It only crashes when starting it. Also, crashes as soon as colinux-daemon.exe is started. It doesn't even have to boot linux. For instance, in the test.sh script, if I change it to this...
2012-04-09 13:24:32 PDT by dragor42
Testet 650 loops with Windows XP P2, 2048MB PAE (foreced with "/PAE" in boot.ini), and 200 loops with 5128 PAE, also Windwos XP SP2. All without crash.
2012-04-08 04:44:11 PDT by henryn
Please try to run without "kill". Add "init=/sbin/halt" to colinux config, and remove the "kill" from test.sh. Additional add "export COLINUX_CONSOLE_EXIT_ON_DETACH=1" to the test.sh and remove the "-d". This lets see the boot process and close the console after every shut down. I also stored the count into file and have installed sync.exe...
2012-04-08 02:58:25 PDT by henryn
The analyze give not enough output for precise point into code. Have seen, that you stops colinux-damon with "kill -9" (SIGKILL). Does it also crash with normal termination "kill -15" (SIGTERM)?.
2012-04-08 01:39:48 PDT by henryn
Ok thanks for the workaround. Best regards, Nelson.
2012-03-29 01:01:27 PDT by Nelson
I've added the fiiles you requested. I had previously downloaded all of the symbols from the large symbol pack. When I did that, the stack trace was showing that the crash was at nt!MiFreeInPageSupportBlock+0x2a. This time, setup the symbol path to download the symbols as needed. Now it's showing the crash at nt!KeBugCheck2+0x16. I think that is more accurate. I probably had the wrong...
2012-03-28 20:27:50 PDT by dragor42