<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>可可熊的窝 &#187; filesystem</title>
	<atom:link href="http://cocobear.info/blog/tag/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sat, 10 Dec 2011 16:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Linux下以模块方式安装卸载文件系统</title>
		<link>http://cocobear.info/blog/2008/04/25/linux-install-or-uninstall-filesystem/</link>
		<comments>http://cocobear.info/blog/2008/04/25/linux-install-or-uninstall-filesystem/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 13:48:53 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[filesystem]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=265</guid>
		<description><![CDATA[以Fedora8下面安装minix文件系统为例： 为了保证与系统内核相匹配，首先得获得相应版本的minix源代码，首先通过uname -r查询本机的内核版本： [cocobear@cocobear ~]$ uname -r 2.6.24.4-64.fc8 在Kernel.org主页上可以获得2.6.24.4-64内核的源代码，其实我们只需要其中linux-2.6.24.4/fs/minix/目录中的代码。因为我们不需要对整个内核进行重新编译，因此我们只需要在linux-2.6.24.4/fs/minix/目录下写一个Makefile，生成相应的minix.ko就可以了。 在开始写Makefile之前要确认系统已经安装了以下的包： [cocobear@cocobear ~]$ rpm -qa &#124; grep kernel kernel-devel-2.6.24.4-64.fc8 kernel-headers-2.6.24.4-64.fc8 kernel-2.6.24.4-64.fc8 在模块编译的过程中需要用到。 在源代码中已经有一个Makefile： # # Makefile for the Linux minix filesystem routines. # obj-$(CONFIG_MINIX_FS) += minix.o minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o 修改该文件为： # # Makefile for the Linux minix filesystem routines. # [...]]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/04/25/linux-install-or-uninstall-filesystem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

