
Linux驱动开发
brickor
凡谋有道,必得其所因,以求其情。审得其情,乃立三仪。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
s3c6410之编译开发板内核
开发板:友善之臂Tiny6410 宿主机:Ubuntu 11.10 一. 使用的是linux-3.2.10,源码部署在/usr/src/linux-3.2.10 二.进入目录 make distclean 三.选择参考配置文件。用适合于4.3寸屏的config_mini6410_n43,又是通用。 make menuconfig ARCH=armCROSS_COMP原创 2012-03-19 16:34:51 · 1171 阅读 · 0 评论 -
The Linux Kernel Device Model - Overview -- Linux 内核设备模型概述
The Linux Kernel Driver Model is a unification of all the disparate driver models that were previously used in the kernel. It is intended to augment the bus-specific drivers for bridges and devices by consolidating a set of data and operations into globall翻译 2016-11-08 13:12:44 · 590 阅读 · 0 评论