<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Minix</title>
<link>http://unixreference.net/articles/minix/index.html</link>
<description>Minix</description>
<language>zh-cn</language>
<generator>Copyright(c) 2001-2007 OLDHAND ORGANIZATION, All Rights reserved. &lt;br/&gt;&lt;a href='http://www.dedecms.com' target='_blank'&gt;Power by DedeCms 织梦内容管理系统&lt;/a&gt;</generator>
<webmaster>webmaster@unixreference.net</webmaster>
<item>
    <title>用MINIX-386 gcc1.37.1编译gcc-1.40</title>
    <link>http://unixreference.net/articles/minix/2006/0729/266.html</link>
    <description></description>
    <pubDate>2006-07-29</pubDate>
    <category>Minix</category>
    <author>未知</author>
    <comments>互联网</comments>
</item>
<item>
    <title>3.8.4 MINIX时钟驱动程序的实现</title>
    <link>http://unixreference.net/articles/minix/2006/0729/265.html</link>
    <description>时钟驱动程序clock_task(11098行)首先调用init_clock来把可编程时钟的频率初始化为60HZ。当收到其他消息时,它把pending_ticks加到realtime上,然后把pend_ticks复位。这个操作可能会和时钟中断发生冲突,因此调用了lock和unlock两个函数来避免冲突(11115行至11118行)。时</description>
    <pubDate>2006-07-29</pubDate>
    <category>Minix</category>
    <author>未知</author>
    <comments>互联网</comments>
</item>
<item>
    <title>使用minix3</title>
    <link>http://unixreference.net/articles/minix/2006/0729/264.html</link>
    <description>大家都知道Linux是Linus Torvalds不满Minix不够实用，没办法，Andy Taonenbaum 写这个就是为了教学和研究，就写了Linux.</description>
    <pubDate>2006-07-29</pubDate>
    <category>Minix</category>
    <author>博客维护者</author>
    <comments>Carfield的猫窝</comments>
</item>
<item>
    <title>Minix3的适用范围</title>
    <link>http://unixreference.net/articles/minix/2006/0729/263.html</link>
    <description>在minix3的网站上面看到minix3的适用范围</description>
    <pubDate>2006-02-21</pubDate>
    <category>Minix</category>
    <author>新强</author>
    <comments>minix宝刀未老</comments>
</item>
<item>
    <title>Minix资源</title>
    <link>http://unixreference.net/articles/minix/2006/0729/262.html</link>
    <description>Minix宝刀未老博客整理的一些Minux的资源。</description>
    <pubDate>2006-07-29</pubDate>
    <category>Minix</category>
    <author>新强</author>
    <comments>Minix宝刀未老</comments>
</item>
<item>
    <title>Minix引导过程分析</title>
    <link>http://unixreference.net/articles/minix/2006/0729/261.html</link>
    <description>由于Minix引导过程不属于操作系统，《操作系统设计与实现》一书中没有对其进行详细的分析和说明。Andrew Swartzbaugh 和 Brent Johnson 的网站对引导过程所涉及的六个代码文件进行了详细的分析。</description>
    <pubDate>2006-02-21</pubDate>
    <category>Minix</category>
    <author>未知</author>
    <comments>http://zsu.edu.cn/~is02wei/</comments>
</item>
<item>
    <title>机器无软驱，如何在VMware中安装Minix?</title>
    <link>http://unixreference.net/articles/minix/2006/0729/260.html</link>
    <description>在机器无软驱的情况下，如何在VMware中安装Minix?</description>
    <pubDate>2004-01-01</pubDate>
    <category>Minix</category>
    <author>唐纲</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Minix中内存管理的实现</title>
    <link>http://unixreference.net/articles/minix/2006/0729/259.html</link>
    <description>本文对Minux中内存管理的实现部分进行了分析，遗憾的是不知道原作者是谁。</description>
    <pubDate>2006-07-29</pubDate>
    <category>Minix</category>
    <author>未知</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Linux鼻祖欺世盗名？荣誉当属于Minix平台</title>
    <link>http://unixreference.net/articles/minix/2006/0729/258.html</link>
    <description>如果没有直接借鉴更早些时候一个操作系统的成果，很难想象Linus Torvalds能够推出Linux操作系统。</description>
    <pubDate>2004-05-20</pubDate>
    <category>Minix</category>
    <author>未知</author>
    <comments>ChinaByte</comments>
</item>
<item>
    <title>如何在Linux下访问Minix的文件系统?</title>
    <link>http://unixreference.net/articles/minix/2006/0729/257.html</link>
    <description>问题：我也有意想看MINIX的源代码，但看东西不结合实际使用，会流于肤浅并容易忘掉。所以我安装了Minix 2.0，想边用边看边试验。令我烦恼的是，不知道Minix 2.0使用的文件系统有什么变化，蓝点Linux 2.0竟然不认。搞得Linux无法mount Minix的分区，Minix也无法mount Win</description>
    <pubDate>2001-01-20</pubDate>
    <category>Minix</category>
    <author>张中华</author>
    <comments>蓝森林</comments>
</item>
<item>
    <title>Minix安装手记</title>
    <link>http://unixreference.net/articles/minix/2006/0729/256.html</link>
    <description>呵呵,昨天买了本《操作系统:设计与实现》的上册，因为下册全是源代码，虽然带张光盘，估计网上会有下载，就只买了上册。 ：）</description>
    <pubDate>2002-06-23</pubDate>
    <category>Minix</category>
    <author>huzheng</author>
    <comments>linuxeden.com</comments>
</item>
<item>
    <title>维基百科: Minix</title>
    <link>http://unixreference.net/articles/minix/2006/0729/255.html</link>
    <description>Minix的名称取自英语Mini UNIX，是一个迷你版本的类Unix操作系统，其它类似的系统还有Idris，Coherent，和Uniflex等。这些类Unix操作系统都是重新发展的，并没有使用任何AT&amp;T的程序码。</description>
    <pubDate>2006-07-29</pubDate>
    <category>Minix</category>
    <author>维基百科维护者</author>
    <comments>维基百科</comments>
</item>

</channel>
</rss>
