<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>linux内核</title>
<link>/core/index.htm</link>
<description>linux内核</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2004-2007 &lt;A href=&quot;/&quot;&gt;Linux教程网&lt;/A&gt;-&lt;A href=&quot;http://tech.embedev.net/&quot;&gt;电子技术教育网&lt;/A&gt;-&lt;A href=&quot;http://book.embedev.net/&quot;&gt;电子技术书籍网&lt;/A&gt;是&lt;A href=&quot;http://www.embedev.net/&quot;&gt;&lt;B&gt;嵌入式开发网&lt;/B&gt;&lt;/A&gt;旗下站点&amp;nbsp;</generator>
<webmaster>webmaster@embedev.net</webmaster>
<item>
    <title> Symbian:Linux&quot;十分脆弱&quot;不适合企业用户?</title>
    <link>/embeded/1415.shtml</link>
    <description>7月3日消息，著名移动操作系统制造商Symbian日前公开表示，考虑到系统的脆弱性，开放资源操作系统将不适用于移动平台。 据ZDNET报道，在本周一英国伦敦召开的移动峰会上，Symbian公司企业商务市场开发部门领导安德鲁摩根表示，移动Linux操作系统十分脆弱，并且完全不可</description>
    <pubDate>2007-07-03</pubDate>
    <category>嵌入式linux</category>
    <author>秩名</author>
    <comments>Linux教程网</comments>
</item>
<item>
    <title>Linux 初始 RAM 磁盘（initrd）概述</title>
    <link>/core/1019.htm</link>
    <description>Linux 初始 RAM 磁盘（initrd）是在系统引导过程中挂载的一个临时根文件系统，用来支持两阶段的引导过程。initrd 文件中包含了各种可执行程序和驱动程序，它们可以用来挂载实际的根文件系统，然后再将这个 initrd RAM 磁盘卸载，并释放内存。在很多嵌入式 Linux 系统中</description>
    <pubDate>2007-02-08</pubDate>
    <category>linux内核</category>
    <author>M. Tim Jones　</author>
    <comments>IBM DW 中国</comments>
</item>
<item>
    <title>Linux线程比较：LinuxThreads 和NPTL</title>
    <link>/core/1018.htm</link>
    <description>LinuxThreads 项目最初将多线程的概念引入了 Linux，但是 LinuxThreads 并不遵守 POSIX 线程标准。尽管更新的 Native POSIX Thread Library（NPTL）库填补了一些空白，但是这仍然存在一些问题。本文为那些需要将自己的应用程序从 LinuxThreads 移植到 NPTL 上或者只是希</description>
    <pubDate>2007-02-08</pubDate>
    <category>linux内核</category>
    <author>Vikram Shukla　</author>
    <comments>IBM DW中文</comments>
</item>
<item>
    <title>Linux 调度器内幕</title>
    <link>/core/1017.htm</link>
    <description>Linux 内核继续不断发展并采用新技术，在可靠性、可伸缩性和性能方面获得了长足的发展。2.6 版本的内核最重要的特性之一是由 Ingo Molnar 实现的调度器。这个调度器是动态的，可以支持负载均衡，并以恒定的速度进行操作 —— O(1)。本文将介绍 Linux 2.6 调度器的这些属</description>
    <pubDate>2007-02-07</pubDate>
    <category>linux内核</category>
    <author>M. Tim Jones　</author>
    <comments>IBM DW中国</comments>
</item>
<item>
    <title>使用异步 I/O 大大提高应用程序的性能</title>
    <link>/core/1016.htm</link>
    <description></description>
    <pubDate>2007-02-07</pubDate>
    <category>linux内核</category>
    <author>M. Tim Jones　</author>
    <comments>IBM DW 中国</comments>
</item>
<item>
    <title>CLFS2.0原理分析</title>
    <link>/core/1015.htm</link>
    <description></description>
    <pubDate>2007-02-07</pubDate>
    <category>linux内核</category>
    <author>youbest　</author>
    <comments>linuxsir</comments>
</item>
<item>
    <title>Linux系统内核中的Device Mapper机制</title>
    <link>/core/1014.htm</link>
    <description>本文结合具体代码对 Linux 内核中的 device mapper 映射机制进行了介绍。Device mapper 是 Linux 2.6 内核中提供的一种从逻辑设备到物理设备的映射框架机制，在该机制下，用户可以很方便的根据自己的需要制定实现存储资源的管理策略，当前比较流行的 Linux 下的逻辑卷管</description>
    <pubDate>2007-02-07</pubDate>
    <category>linux内核</category>
    <author>BOoRFGOnZ　</author>
    <comments>linuxfans</comments>
</item>
<item>
    <title>分步来认识Linux操作系统的NUMA技术</title>
    <link>/core/1013.htm</link>
    <description>NUMA(Non-Uniform Memory Access Architecture)系统在市场上的应用越来越广泛，许多厂商都成功推出了基于 NUMA 架构的服务器，本文重点讨论了当前 Linux 的 NUMA 技术，主要包括:存储管理、NUMA 调度和用户层的 API，并在 SGI 的 Altix 350 系统上进行了 NUMA 基本测试</description>
    <pubDate>2007-02-06</pubDate>
    <category>linux内核</category>
    <author>夕阳　</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>Linux系统内核网络参数的意义及应用</title>
    <link>/core/1012.htm</link>
    <description>摘要： 本文主要介绍了linux系统位于目录/proc/sys/net/ipv4/下的部分内核网络参数，同时对通过linux内核网络参数的调整来提高linux系统的安全性和稳定性提出了自己的见解。从而为系统管理员进一步增强网络的安全性和系统的稳定性提供了参考。 在linux中，我们可以根据</description>
    <pubDate>2007-02-06</pubDate>
    <category>linux内核</category>
    <author>bye2000　</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>简析Linux与FreeBSD的syscall</title>
    <link>/core/1011.htm</link>
    <description>--]概述 又是一个不眠的夜晚,其实这篇文档是不应该发表的,因为保密的原则吧,但是我仔细 google了下,没有类似的文章,而且发表的这部分文档也不至于被认为是什么绝密资料, 但是我还是隐藏了很多发现的内核级别可能存在的问题:)单纯从汇编代码的结构来阐述 下linux与freeb</description>
    <pubDate>2007-02-06</pubDate>
    <category>linux内核</category>
    <author>7all　</author>
    <comments>bbs.cciss.cn</comments>
</item>
<item>
    <title>利用异常表处理Linux内核态缺页异常</title>
    <link>/core/1010.htm</link>
    <description></description>
    <pubDate>2007-02-06</pubDate>
    <category>linux内核</category>
    <author>asdkj　</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>改善Linux内核和可伸缩性适应企业环境</title>
    <link>/core/1009.htm</link>
    <description>改善 Linux 性能的第一步是对其进行量化。但如何精确地对 Linux 的性能或与它相当的系统性能进行量化呢？在本文中，IBM Linux 技术中心的成员描述了他们在去年底对 Linux 2.4 和 2.5 内核所做的几个基准程序测试，就这些专家经验，以飨读者。 目前，Linux 操作系统是最</description>
    <pubDate>2007-02-05</pubDate>
    <category>linux内核</category>
    <author>tanmujian　</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>奇妙的 sys 请求</title>
    <link>/core/1008.htm</link>
    <description>如果正在使用开发内核或设备驱动程序，或运行着那些能导致机器发生内核严重错误的代码，那么这个技巧会对您有用。 这个技巧在 Linux 上使用，适用于 x86、PowerPC 或 SPARC 处理器，并且你至少需要拥有 2.2.x 或以上的内核。 如果您的机器遭遇严重错误，或突然变成了一</description>
    <pubDate>2007-02-05</pubDate>
    <category>linux内核</category>
    <author>Tom Gall　</author>
    <comments>IBM DW中国</comments>
</item>
<item>
    <title>Emacs能很好地在Linux内核上工作</title>
    <link>/core/1007.htm</link>
    <description>本次实验的目的是了解Emacs如何能在linux内核上很好的工作. 仅需要的外部命令是: mount . 文章中的”root_fs_emacs”可以做为一个标准分区或在live CD上使用. 这次实验, 我们用于User Mode Linux上. 1. 初始化root_fs(至少150MB) cd ~/uml dd if=/dev/zero of=root_fs_</description>
    <pubDate>2007-02-05</pubDate>
    <category>linux内核</category>
    <author>赵珂　</author>
    <comments>zhaoke.com</comments>
</item>
<item>
    <title>如何编译一个内核 - Ubuntu方式</title>
    <link>/core/1006.htm</link>
    <description>每一个Linux发行版都有自己专门的工具去构建自定义的内核. 本文主要介绍在Ubuntu平台上编译内核, 如何从www.kernel.org(也叫vanilla kernel)获得最新且未改动的内核源代码来构建一个自定义的内核, 这样你可以使用自己的内核而不是发行版的内核, 另外也介绍了如何给内核</description>
    <pubDate>2007-02-05</pubDate>
    <category>linux内核</category>
    <author>赵珂 译　</author>
    <comments>howtoforge.com</comments>
</item>
<item>
    <title>如何编译一个内核 - Fedora方式</title>
    <link>/core/1005.htm</link>
    <description></description>
    <pubDate>2007-02-04</pubDate>
    <category>linux内核</category>
    <author>赵珂 译　</author>
    <comments>www.howtoforge.com</comments>
</item>
<item>
    <title>busybox 制作tiny linux</title>
    <link>/core/1004.htm</link>
    <description></description>
    <pubDate>2007-02-04</pubDate>
    <category>linux内核</category>
    <author>xoxo　</author>
    <comments>cublog</comments>
</item>
<item>
    <title>关于FreeBSD 5优化的补充</title>
    <link>/core/1003.htm</link>
    <description></description>
    <pubDate>2007-02-04</pubDate>
    <category>linux内核</category>
    <author>Neo-Match　</author>
    <comments>cnfug</comments>
</item>
<item>
    <title>制作RAMDISK in KERNEL的OpenBSD</title>
    <link>/core/1002.htm</link>
    <description></description>
    <pubDate>2007-02-04</pubDate>
    <category>linux内核</category>
    <author>Matthew　</author>
    <comments>cnfug</comments>
</item>
<item>
    <title>制作RAMDISK in KERNEL的NetBSD</title>
    <link>/core/1001.htm</link>
    <description></description>
    <pubDate>2007-02-03</pubDate>
    <category>linux内核</category>
    <author>Mathrew　</author>
    <comments>cnfug</comments>
</item>
<item>
    <title>FreeBSD光盘运行版的制作过程</title>
    <link>/core/1000.htm</link>
    <description>前言：本文在你初步掌握FreeBSD的基础上，一步一步教你如何制作光盘运行的FreeBSD系统。其中的过程并不绝对符合，只要你明白了意思，可以根据自己的喜好灵活动作。 一、装新的FreeBSD #mkdir /zymebsd30 #cp /stand/sysinstall /zymebsd30 #chroot /zymebsd30 #./sysin</description>
    <pubDate>2007-02-03</pubDate>
    <category>linux内核</category>
    <author>zyme　</author>
    <comments>cnfug</comments>
</item>
<item>
    <title>制作软盘上运行的FreeBSD系统</title>
    <link>/core/999.htm</link>
    <description></description>
    <pubDate>2007-02-03</pubDate>
    <category>linux内核</category>
    <author>Matthew　</author>
    <comments>cnfug</comments>
</item>
<item>
    <title>在FreeBSD4.x中制作启动菜单</title>
    <link>/core/998.htm</link>
    <description></description>
    <pubDate>2007-02-03</pubDate>
    <category>linux内核</category>
    <author>Matthew　</author>
    <comments>cnfug</comments>
</item>
<item>
    <title>配置FreeBSD内核</title>
    <link>/core/997.htm</link>
    <description></description>
    <pubDate>2007-02-02</pubDate>
    <category>linux内核</category>
    <author>顾宏军　</author>
    <comments>cnfug</comments>
</item>
<item>
    <title>使用 SystemTap 调试内核</title>
    <link>/core/996.htm</link>
    <description></description>
    <pubDate>2007-02-02</pubDate>
    <category>linux内核</category>
    <author>桂剑　</author>
    <comments>IBM DW中国</comments>
</item>
<item>
    <title>Relay：一种高效的数据传输技术</title>
    <link>/core/995.htm</link>
    <description></description>
    <pubDate>2007-02-02</pubDate>
    <category>linux内核</category>
    <author>桂剑　</author>
    <comments>IBM DW中国</comments>
</item>
<item>
    <title>如何成为一个Linux系统内核开发者</title>
    <link>/core/994.htm</link>
    <description></description>
    <pubDate>2007-02-02</pubDate>
    <category>linux内核</category>
    <author>赛迪网　</author>
    <comments>linux.chinaunix.net</comments>
</item>
<item>
    <title>Linux操作系统下如何写一个Module</title>
    <link>/core/993.htm</link>
    <description>不知道在什幺时候，Linux 出现了 module 这种东西，的确，它是 Linux 的一大革新。有了 module 之后，写 device driver 不再是一项恶梦，修改 kernel 也不再是一件痛苦的事了。因为你不需要每次要测试 driver 就重新 compile kernel 一次。那简直是会累死人。Module 可</description>
    <pubDate>2007-02-01</pubDate>
    <category>linux内核</category>
    <author>赛迪网　</author>
    <comments>linux.chinaunix.net</comments>
</item>
<item>
    <title>详解Linux操作系统的内核空间保护</title>
    <link>/core/992.htm</link>
    <description>看了LINUX代码,感觉其对内核内存的保护做得不是很好,还有感觉大家有些地方理解不对(主要是 LINUX的代码看起来的样子和实际的样子不太一样),所以谈谈我对LINUX系统内核空间的保护和用户空间与系统空间数据传递的代码看法。注意我说的都是I386体系结构,别的体系结构可以</description>
    <pubDate>2007-02-01</pubDate>
    <category>linux内核</category>
    <author>huangfu　</author>
    <comments>linux.chinaunix.net</comments>
</item>
<item>
    <title>关于Linux系统内核源代码分析经验谈</title>
    <link>/core/991.htm</link>
    <description>Linux的最大的好处之一就是它的源码公开。同时，公开的核心源码也吸引着无数的电脑爱好者和程序员；他们把解读和分析Linux的核心源码作为自己的最大兴趣，把修改Linux源码和改造Linux系统作为自己对计算机技术追求的最大目标。 Linux内核源码是很具吸引力的，特别是当</description>
    <pubDate>2007-02-01</pubDate>
    <category>linux内核</category>
    <author>yuanjin　</author>
    <comments>linux.chinaunix.net</comments>
</item>
<item>
    <title>走向Linux系统高手之路 编译内核解析</title>
    <link>/core/990.htm</link>
    <description></description>
    <pubDate>2007-02-01</pubDate>
    <category>linux内核</category>
    <author>linux时代　</author>
    <comments>linux.chinaunix.net</comments>
</item>

</channel>
</rss>
