The Basic Device Structure
jrj317 2011-4-10 08:01
The Basic Device Structure ~~~~~~~~~~~~~~~~~~~~~~~~~~ struct device { struct list_head g_list; struct list_head node; struct list_head bus_list; &nb ...
1300 次阅读|0 个评论
Device Drivers
jrj317 2011-4-10 07:59
Device Drivers struct device_driver { char * name; struct bus_type  ...
853 次阅读|0 个评论
Device Interfaces
jrj317 2011-4-10 07:58
Device Interfaces Introduction ~~~~~~~~~~~~ Device interfaces are the logical interfaces of device classes that correlate directly to userspace interfaces, like device nodes. Each device class may have multiple interfaces through which you can access the same device. An input ...
903 次阅读|0 个评论
Ext3 Filesystem
jrj317 2011-4-10 07:56
Ext3 Filesystem =============== ext3 was originally released in September 1999. Written by Stephen Tweedie for 2.2 branch, and ported to 2.4 kernels by Peter Braam, Andreas Dilger, Andrew Morton, Alexander Viro, Ted Ts'o and Stephen Tweedie. ext3 is ext2 filesystem enhanced with journalling ...
1184 次阅读|0 个评论
The Second Extended Filesystem
jrj317 2011-4-10 07:54
The Second Extended Filesystem ============================== ext2 was originally released in January 1993. Written by R\'emy Card, Theodore Ts'o and Stephen Tweedie, it was a major rewrite of the Extended Filesystem. It is currently still (April 2001) the predominant filesystem in ...
1365 次阅读|0 个评论
Overview of Amiga Filesystems
jrj317 2011-4-10 07:53
Overview of Amiga Filesystems ============================= Not all varieties of the Amiga filesystems are supported for reading and writing. The Amiga currently knows six different filesystems: DOS\0The old or original filesystem, not really suited for hard disks and ...
1060 次阅读|0 个评论
ROMFS - ROM FILE SYSTEM
jrj317 2011-4-10 07:52
ROMFS - ROM FILE SYSTEM This is a quite dumb, read only filesystem, mainly for initial RAM disks of installation disks. It has grown up by the need of having modules linked at boot time. Using this filesystem, you get a very similar feature, and even the possibility of a small kernel ...
1031 次阅读|0 个评论
S3C24XX Suspend Support
jrj317 2011-4-10 07:50
S3C24XX Suspend Support ======================= Introduction ------------ The S3C2410 supports a low-power suspend mode, where the SDRAM is kept in Self-Refresh mode, and all but the essential peripheral blocks are powered down. For mo ...
1047 次阅读|0 个评论
S3C24XX ARM Linux Overview
jrj317 2011-4-10 07:48
S3C24XX ARM Linux Overview ========================== Introduction ------------ The Samsung S3C24XX range of ARM9 System-on-Chip CPUs are supported by the 's3c2410' architecture of ARM Linux. Currently the S3C2410 and the S3C2 ...
1068 次阅读|0 个评论
S3C2410 GPIO Control
jrj317 2011-4-10 07:47
S3C2410 GPIO Control ==================== Introduction ------------ The s3c2410 kernel provides an interface to configure and manipulate the state of the GPIO pins, and find out other information about them. There are a number ...
980 次阅读|0 个评论
关于我们  -  服务条款  -  使用指南  -  站点地图  -  友情链接  -  联系我们
电子工程网 © 版权所有   京ICP备16069177号 | 京公网安备11010502021702
返回顶部