码迷,mamicode.com
首页 >  
搜索关键字:ldd3    ( 39个结果
关于<LDD3> "setconsole.c" Alesssandro Rubini 的邮件回复
关于 "setconsole.c"  Alesssandro Rubini 的邮件回复                    抱着试一试的心态给偶像写了一封求助e-mail,回复了!!!我的小心脏啊~ 呵呵~Rubini是谁不解释了... 我的HELP原文主要的关于setconsole.c的问题,这个是LDD3的一个小程序 setconsole.c /*...
分类:其他好文   时间:2014-08-31 18:44:11    阅读次数:236
s3c6410 RTC driver——读取实时时间信息 <LDD3 & ELDD 学习笔记>
s3c6410 RTC driver——读取实时时间信息...
分类:其他好文   时间:2014-08-27 18:47:48    阅读次数:175
Communicating with Hardware 《LDD3 学习笔记》
Communicating with Hardware Using I/O Ports I/O ports are the means by which drivers communicate with many devices, at least part of the time. This section covers the various functions...
分类:其他好文   时间:2014-08-26 15:36:16    阅读次数:363
Data Types in the Kernel <LDD3 学习笔记>
Data Types in the Kernel...
分类:其他好文   时间:2014-08-16 03:21:19    阅读次数:423
Time, Delays, and Deferred Work <LDD3> 学习笔记 + jiffies.h 分析
Time, Delays, and Deferred Work  Dealing with time involves the following tasks, in order of increasing complexity: ? Measuring time lapses and comparing times ? Knowing the cur...
分类:其他好文   时间:2014-08-12 00:41:13    阅读次数:484
linux中proc文件系统 -- ldd3读书笔记
/proc 文件系统简介,及实例...
分类:系统相关   时间:2014-07-25 11:12:21    阅读次数:319
Android内核sysfs中switch类使用实例
在Android中需要有内核驱动向用户空间表露其状态,一般是使用switch类。本文没有详细去说明switch实现细节,以实用的角度给出了一个完整的例子。以ldd3中最简单的Hello World驱动模块为基础上简单实现了一个switch,可以方便快速上手。...
分类:移动开发   时间:2014-07-19 18:46:19    阅读次数:390
__attribute__((packed)) 详解
摘自LDD3 为了编写可以在不同平台之间可移植的数据项的数据结构,除了规定特定的字节序以外,还应该始终强制数据项的自然对齐。 自然对齐(Natural Alignment)是指在数据项大小的整数倍(例如,8字节数据项存入8的整数倍的地址)的地址处存储数据项。 强制自然对齐可以防止编译器移动数据结构的...
分类:其他好文   时间:2014-06-29 18:21:47    阅读次数:190
LDD3之并发和竞态-completion(完成量)的学习和验证
用代码验证Linux驱动中并发相关的completion中的每个函数。学一次记一辈子。...
分类:其他好文   时间:2014-06-27 09:08:06    阅读次数:213
39条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!