搜索资源列表
proc
- Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
processtree
- linux在内核模式下实现processtree功能,遍历系统当前所有进程的任务描述符,并按进程父子关系将这些描述符所对应的进程id(PID)组织成树形结构显示;-Linux in kernel mode achieve processtree functions, traverse the system of all current process task descr iptors, according to the process of parent-child relationship
bus-and-dev
- 这个是我学习linux内核驱动时总结的一点总线与设备的关系-This is summed up when I learn the Linux kernel driver a little bus and equipment
Linux-Device-Driver-3
- Linux设备驱动第三版,是学习驱动程序开发的不错的资料。-The Linux kernel is a good driver development information
Linux-Device-driver
- 驱动程序在 Linux 内核里扮演着特殊的角色,大家可以来学学。-The driver in the Linux kernel play a special role, we can come to learn.
Kernel-Module-Programming
- 介绍linux内核模块的编程,编写linux驱动程序非常好的一本参考书,详细介绍了linux内部的编程机理-Linux kernel module programming, writing Linux drivers a very good one reference book, detailing the linux internal programming mechanism
linux-Driver-mem_info
- 基于linux的内核驱动,一个简单的内存操作小工具-for linux kernel driver,a simple ram tools
a-block-driver
- 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
Linux-kernel-makefile-resolution
- 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
notifier_DRIVER
- 设备驱动或网络驱动中用到LINUX内核通知链的一个示例代码,可以参考一下-Device drivers or network the LINUX kernel notification chain drive used in a sample code, you can refer to
LINUX
- Linux内核设计与实现pdf,详细介绍了Linux相关的原理,值得一看-Linux kernel Design and Implementation pdf details of Linux-related principle, worth a visit
The_Linux_Kernel_Driver_Model
- A new device driver model has been designed and developed for the 2.5 version of the Linux Kernel. The original intent of this model was to provide a means to generically represent and operate on every device in a computer. This would allow mod
Linux-Kernel-Driver-Tutorial
- This tutorial was written for a course in Hardware and Linux driver development (DHWKLINUX (http://www3.informatik.uni-erlangen.de/Lehre/DHwkLINUX/WS2004/index.html)) at the Friedrich-Alexander-University of Erlangen-Nuremberg (http://www3.inform
The-Linux-Kernel-Module-Programming-Guide
- This is a very famous and popular books for linux programmer. It s was written by Peter Jay Salzman, Michael Burian and Ori Pomerantz. It s good start up for Linux kernel programming.
usbclass
- 基于linux内核文件修改后得来的一个虚拟串口的驱动文件,展示了如何写usb驱动,适合初学者学习-The driver file a virtual serial port Linux kernel file modification to based, shows how to write USB driver, suitable for beginners to learn
inotify-sample
- inotify 示例 在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes t
linux-0.11
- linux0.11版本的全部源码,对于想对linux内核有了解的同学,可以看看,虽然linux现在内核的架构改变了,仍然不失为了解早期内核机制的手段。-linux0.11 versions of all the source code for those who want to understand the linux kernel students can see, although the linux kernel architecture has changed now, is still
acpica-cache
- 该程序用于调试ACPICA中cache实现的问题。-ACPICA has its own cached object implementation. This mechanism is not used by Linux kernel. We have a userspace utility to debug issues in it.
The-Linux-kernel
- 本书对 Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解。-Book early to Linux operating system kernel (v0.11) all the code files in a detailed and comprehensive comments and annotations, is intended to enable the reader to i
lkmpg
- a guide to developing kernel modules in linux