<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>驱动开发 on PlumePHP</title><link>https://plumephp.com/tags/%E9%A9%B1%E5%8A%A8%E5%BC%80%E5%8F%91/</link><description>Recent content in 驱动开发 on PlumePHP</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Thu, 10 Sep 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://plumephp.com/tags/%E9%A9%B1%E5%8A%A8%E5%BC%80%E5%8F%91/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux 内核编译与模块开发入门</title><link>https://plumephp.com/os-kernel-module/</link><pubDate>Thu, 10 Sep 2026 10:00:00 +0800</pubDate><guid>https://plumephp.com/os-kernel-module/</guid><description>&lt;p&gt;Linux 内核模块（Kernel Module）是可动态加载到内核空间的代码单元，它是驱动开发、文件系统扩展、网络协议栈增量的核心手段。与微内核架构不同，Linux 采用宏内核设计，所有内核代码共享同一地址空间，模块的运行效率极高，但也意味着一个不合格的模块可能导致整个系统崩溃。本文从环境搭建到字符设备驱动，再到调试技巧，系统性地介绍内核模块开发的全流程。&lt;/p&gt;</description></item></channel></rss>