coLinux-20040710.exe

snapshotsにcoLinux-20040710.exeが出てます。
http://www.colinux.org/snapshots/

Version 0.6.2
* Linux patch ported to Linux 2.6.7. Linux 2.4.x will not be officially supported anymore. (Dan Aloni and George Boutwell)
* initrd support was added (teesoft2004 at yahoo.com.cn).
To activate it you can specify e.g. in the configuration
* Changed PCAP handling to use Connection Name instead of Adapter/Device/Driver name. Name is +now uniform between PCAP & TAP and multiple devices of the same/make/model should be able to be connected to. (George Boutwell)
* Support AltGr for both FLTK & NT consoles. (Sascha Kettler)
* Added a coserial deamon (only Linux for now), that allows one to open a serial terminal to the guest machine. (You can run /sbin/mgetty ttyS0, etc.)
* Improved debugging - we now have a debug messages "collector" deamon named colinux-debug-deamon, which collects debug messages from all the coLinux components. This also changes the way things are printed when you run the daemon (it is now easier to see what belongs to what). All debug messages are off by default, so things may go a little faster.
* An API version number was added to make sure that you use the right vmlinux and user-space executables with the right coLinux driver (previously it caused crashes if the APIs changed).
* Bug fix: A tiny memory leak when coLinux is shutting down.
* Bug fix: Proper reference counting of the driver in the Linux port.
* Bug fix: The network driver (conet) now verifies checksums (as network packets that are received by PCAP can indeed be bad).
* Added block device aliasing, e.g alias="hda2". You can specify such an alias in the element in the configuration XML and expect coLinux to mount it, even when passed with root=.
NOTE: The cobdX device and its alias are mutual exclusive, which means that you can't mount both of them at the same time.
* Bug fix: Proper floating point state preservation in the Linux guest. coLinux now passes the flops20 test program.
* Implemented a new timer for the Linux guest, this should fix time-going-back issues.
* Improved message passing, which may boost networking a bit.
* Win32-TAP driver upgraded to version 8.1. This version doesn't bring any changes to the actual driver code. However it was released in order to notify the other projects that bundle the TAP driver along with their software, to modify the name identifer of the driver so that multiple TAP driver users can coexist (e.g, OpenVPN with coLinux). Therefore, coLinux now installs its TAP driver as TAPxxxxco (where xxxx is the driver version).
After installing it, you will notice " (coLinux)" appended to the device name in the Network Connections manager. The old driver will remain until it is uninstalled.

colinux-users MLのDan Aloni氏の投稿
http://sourceforge.net/mailarchive/forum.php?thread_id=5097281&forum_id=40587


とりあえずインストールした。
ネットワーク接続にTAPがv8と表示されてる。


あ。またネットワークがつながらない・・・
新しいのインストールする度にネットワークが。。。


早速トラブルシュート
インストールして新しく入ったTAPを使ったのでネットワーク共有がうまくできていなかった。
そこで、
ネットワーク共有を一度外し、再度有効にするとちゃんとつながるようになった(^^)v