关于 "setconsole.c" Alesssandro Rubini 的邮件回复
抱着试一试的心态给偶像写了一封求助e-mail,回复了!!!我的小心脏啊~
呵呵~Rubini是谁不解释了...
我的HELP原文主要的关于setconsole.c的问题,这个是LDD3的一个小程序
setconsole.c
/*...
分类:
其他好文 时间:
2014-08-31 18:44:11
阅读次数:
236
s3c6410 RTC driver——读取实时时间信息...
分类:
其他好文 时间:
2014-08-27 18:47:48
阅读次数:
175
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...
分类:
其他好文 时间:
2014-08-16 03:21:19
阅读次数:
423
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
在Android中需要有内核驱动向用户空间表露其状态,一般是使用switch类。本文没有详细去说明switch实现细节,以实用的角度给出了一个完整的例子。以ldd3中最简单的Hello World驱动模块为基础上简单实现了一个switch,可以方便快速上手。...
分类:
移动开发 时间:
2014-07-19 18:46:19
阅读次数:
390
摘自LDD3 为了编写可以在不同平台之间可移植的数据项的数据结构,除了规定特定的字节序以外,还应该始终强制数据项的自然对齐。 自然对齐(Natural Alignment)是指在数据项大小的整数倍(例如,8字节数据项存入8的整数倍的地址)的地址处存储数据项。 强制自然对齐可以防止编译器移动数据结构的...
分类:
其他好文 时间:
2014-06-29 18:21:47
阅读次数:
190
用代码验证Linux驱动中并发相关的completion中的每个函数。学一次记一辈子。...
分类:
其他好文 时间:
2014-06-27 09:08:06
阅读次数:
213