LINUX设备驱动程序 pdf pdb 阿里云 极速 mobi caj kindle 下载

LINUX设备驱动程序精美图片
》LINUX设备驱动程序电子书籍版权问题 请点击这里查看《

LINUX设备驱动程序书籍详细信息

  • ISBN:9787564100445
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2005年06月
  • 页数:615 页
  • 价格:89.00元
  • 纸张:暂无纸张
  • 装帧:暂无装帧
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看

内容简介:

本书揭示了如何给大多数的设备编写驱动程序的信息,这些信息迄今仅通过口头或者隐晦的源代码注释被共享。你不必是一个内核高手就可以理解并享受本书,所需要的只是C以及Unix系统调用方面的背景知识。在不需要特殊的硬件设备就能编译和运行的详细示例的指引下,你将学会如何给字符设备、块设备和网络接口编写驱动程序。PCI、USB和tty(终端)子系统都单列一章。本书为那些对操作系统的工作机制好奇的人提供了地址空间、异步事件和I/O等方面的阐述。


书籍目录:

暂无相关目录,正在全力查找中!


作者介绍:

暂无相关内容,正在全力查找中


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!


在线阅读/听书/购买/PDF下载地址:


原文赏析:

GFP_ATOMIC

Used to allocate memory from interrupt handlers and other code outside of a process context. Never sleeps.

GFP_KERNEL

Normal allocation of kernel memory. May sleep.


struct gendisk is a dynamically allocated structure that requires special kernel

manipulation to be initialized; drivers cannot allocate the structure on their own.

Instead, you must call:


The minors argument should be the number of minor numbers this disk uses; note

that you cannot change the minors field later and expect things to work properly.

When a disk is no longer needed, it should be freed with:


A gendisk is a reference-counted structure (it contains a kobject). There are get_disk

and put_disk functions available to manipulate the reference count, but drivers

should never need to do that. Normally, the call to del_gendisk removes the final reference

to a gendisk, but there are no guarantees of that. Thus, it is possible that the

structure could continue to exist (and your methods could be called) after a call to

del_gendisk. If you delete the structure when there are no users (that is, after the final

release or in your module cleanup function), however, you can be sure that you will

not hear from it again.

Allocating a gendisk structure does not make the disk available to the system. To do

that, you must initialize the structure and call add_disk:


其它内容:

书籍介绍

本书揭示了如何给大多数的设备编写驱动程序的信息,这些信息迄今仅通过口头或者隐晦的源代码注释被共享。你不必是一个内核高手就可以理解并享受本书,所需要的只是C以及Unix系统调用方面的背景知识。在不需要特殊的硬件设备就能编译和运行的详细示例的指引下,你将学会如何给字符设备、块设备和网络接口编写驱动程序。PCI、USB和tty(终端)子系统都单列一章。本书为那些对操作系统的工作机制好奇的人提供了地址空间、异步事件和I/O等方面的阐述。


书籍真实打分

  • 故事情节:9分

  • 人物塑造:9分

  • 主题深度:9分

  • 文字风格:7分

  • 语言运用:5分

  • 文笔流畅:6分

  • 思想传递:9分

  • 知识深度:5分

  • 知识广度:7分

  • 实用性:8分

  • 章节划分:4分

  • 结构布局:3分

  • 新颖与独特:9分

  • 情感共鸣:5分

  • 引人入胜:4分

  • 现实相关:4分

  • 沉浸感:7分

  • 事实准确性:3分

  • 文化贡献:6分


网站评分

  • 书籍多样性:8分

  • 书籍信息完全性:7分

  • 网站更新速度:9分

  • 使用便利性:8分

  • 书籍清晰度:5分

  • 书籍格式兼容性:7分

  • 是否包含广告:3分

  • 加载速度:6分

  • 安全性:8分

  • 稳定性:9分

  • 搜索功能:4分

  • 下载便捷性:7分


下载点评

  • 体验好(369+)
  • 中评(654+)
  • 购买多(463+)
  • 二星好评(255+)
  • 无多页(208+)
  • 速度快(61+)
  • 情节曲折(320+)
  • 值得购买(409+)
  • 书籍完整(291+)
  • 全格式(434+)
  • 赚了(129+)
  • 四星好评(256+)
  • 一星好评(673+)

下载评价

  • 网友 宫***凡:

    一般般,只能说收费的比免费的强不少。

  • 网友 权***颜:

    下载地址、格式选择、下载方式都还挺多的

  • 网友 龚***湄:

    差评,居然要收费!!!

  • 网友 訾***晴:

    挺好的,书籍丰富

  • 网友 游***钰:

    用了才知道好用,推荐!太好用了

  • 网友 訾***雰:

    下载速度很快,我选择的是epub格式

  • 网友 瞿***香:

    非常好就是加载有点儿慢。

  • 网友 扈***洁:

    还不错啊,挺好

  • 网友 隗***杉:

    挺好的,还好看!支持!快下载吧!

  • 网友 寿***芳:

    可以在线转化哦

  • 网友 家***丝:

    好6666666


随机推荐