﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-newclear-随笔分类-CoLinux</title><link>http://www.cppblog.com/newclear/category/11909.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 29 Sep 2009 00:45:48 GMT</lastBuildDate><pubDate>Tue, 29 Sep 2009 00:45:48 GMT</pubDate><ttl>60</ttl><item><title>CoLinux的网络配置</title><link>http://www.cppblog.com/newclear/archive/2009/09/27/97405.html</link><dc:creator>Clear</dc:creator><author>Clear</author><pubDate>Sun, 27 Sep 2009 14:29:00 GMT</pubDate><guid>http://www.cppblog.com/newclear/archive/2009/09/27/97405.html</guid><wfw:comment>http://www.cppblog.com/newclear/comments/97405.html</wfw:comment><comments>http://www.cppblog.com/newclear/archive/2009/09/27/97405.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/newclear/comments/commentRss/97405.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/newclear/services/trackbacks/97405.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 昨天的说到配置CoLinux在Windows下面启动另一个分区里面的Linux，但是网络配置只是使用了最简单的slirp模式。<br><br>CoLinux的网络配置共有3种：<br><br>slirp：最简单的模式，CoLinux内可通过Windows系统访问网络，但外部不能直接访问Linux，如果需要访问，需要做端口映射。 <br>tuntap：在Windows中虚拟一块网卡，Linux与Windows通过该网卡通讯，Linux不能直接访问外部网络，必须在Windows上配置路由和NAT，或者简单使用Windows的Internet连接共享ICS。 <br>pcap-bridge：必须有一块连接网络的网卡才能使用，另外需要安装WinPCap软件。该模式将一块实际网卡模拟出另一块网卡并连接到网络，对外部看来，就好像实际上有两台不同机器一样。 <br>ndis-bridge：与pcap-bridge模式一样，不过不使用WinPCap软件接口而是通过Windows的NDIS接口层模拟网卡。&nbsp;&nbsp;<a href='http://www.cppblog.com/newclear/archive/2009/09/27/97405.html'>阅读全文</a><img src ="http://www.cppblog.com/newclear/aggbug/97405.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/newclear/" target="_blank">Clear</a> 2009-09-27 22:29 <a href="http://www.cppblog.com/newclear/archive/2009/09/27/97405.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Windows和Linux双启动，并用在Windows下配置CoLinux启动</title><link>http://www.cppblog.com/newclear/archive/2009/09/27/97327.html</link><dc:creator>Clear</dc:creator><author>Clear</author><pubDate>Sat, 26 Sep 2009 17:11:00 GMT</pubDate><guid>http://www.cppblog.com/newclear/archive/2009/09/27/97327.html</guid><wfw:comment>http://www.cppblog.com/newclear/comments/97327.html</wfw:comment><comments>http://www.cppblog.com/newclear/archive/2009/09/27/97327.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/newclear/comments/commentRss/97327.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/newclear/services/trackbacks/97327.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Windows和Linux都是好东西，配置双启动不难，但是有时候在Windows下面想要临时换到Linux，总是麻烦。<br><br>以前都是用VmWare，配置使用实际硬盘，然后再Windows里面进行启动另一个分区里面的Linux然后操作。<br><br>不过这样实在是麻烦，而且VmWare占用资源也是在太大，如果配置512内存，就要在系统里面直接占用掉512M内存，即使实际上Linux根本不用那么多。<br><br>不过，前段时间发现了CoLinux这个好东西，可以把Linux内核作为Windows的本地进程运行，不错不错。<br>&nbsp;&nbsp;<a href='http://www.cppblog.com/newclear/archive/2009/09/27/97327.html'>阅读全文</a><img src ="http://www.cppblog.com/newclear/aggbug/97327.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/newclear/" target="_blank">Clear</a> 2009-09-27 01:11 <a href="http://www.cppblog.com/newclear/archive/2009/09/27/97327.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>