Linux Device Drivers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Linux Device Drivers

簡體網頁||繁體網頁
Jonathan Corbet 作者
O'Reilly Media
譯者
2005-2-17 出版日期
640 頁數
USD 39.95 價格
Paperback
叢書系列
9780596005900 圖書編碼

Linux Device Drivers 在線電子書 圖書標籤: Linux  kernel  驅動  driver  計算機  device  內核  drivers   


喜歡 Linux Device Drivers 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-11-25

Linux Device Drivers 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Linux Device Drivers 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Linux Device Drivers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Linux Device Drivers 在線電子書 用戶評價

評分

https://lwn.net/Kernel/LDD3/

評分

這個是必讀的吧

評分

需要的時候翻一下

評分

和ULD,LKD並列為學習內核的三大法寶。書的質量不解釋。但是初學者看的話,可能摸不著頭(不排除有神人一遍OK),我覺得可以先看看LKD,然後結閤宋寶華老師那本驅動書籍(我稱之Cn_LDD)來看。比較好消化一點。

評分

在我讀過的英文textbook裏麵算是比較爛的一本瞭,沒有一個清晰的綫索。不知道為什麼被奉為經典。

Linux Device Drivers 在線電子書 著者簡介

Jonathan Corbet got his first look at the BSD Unix source back in 1981, when an instructor at the University of Colorado let him "fix" the paging algorithm. He has been digging around inside every system he could get his hands on ever since, working on drivers for VAX, Sun, Ardent, and x86 systems on the way. He got his first Linux system in 1993, and has never looked back. Mr. Corbet is currently the co-founder and executive editor of Linux Weekly News (http://LWN.net/); he lives in Boulder, Colorado with his wife and two children.

Alessandro installed Linux 0.99.14 soon after getting his degree as electronic engineer. He then received a Ph.D. in computer science at the University of Pavia despite his aversion toward modern technology. He left the University after getting his Ph.D. because he didn't want to write articles. He now works as a free lancer writing device drivers and, um...articles. He used to be a young hacker before his babies were born; he's now an old advocate of Free Software who developed a bias for non-PC computer platforms.

Greg Kroah-Hartman has been writing Linux kernel drivers since 1999, and is currently the maintainer for the USB, PCI, I2C, driver core, and sysfs kernel subsystems. He is also the maintainer of the udev and hotplug userspace programs, as well as being a Gentoo kernel maintainer, ensuring that his email inbox is never empty. He is a contributing editor to Linux Journal Magazine, and works for IBM's Linux Technology Center, doing various Linux kernel related tasks.


Linux Device Drivers 在線電子書 著者簡介


Linux Device Drivers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Linux Device Drivers 在線電子書 圖書描述

Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas of programming for the Linux operating system that calls for unique, Linux-specific knowledge. For years now, programmers have relied on the classic Linux Device Drivers from O'Reilly to master this critical subject. Now in its third edition, this bestselling guide provides all the information you'll need to write drivers for a wide range of devices. Over the years the book has helped countless programmers learn: * how to support computer peripherals under the Linux operating system * how to develop and write software for new hardware under Linux * the basics of Linux operation even if they are not expecting to write a driver The new edition of Linux Device Drivers is better than ever. The book covers all the significant changes to Version 2.6 of the Linux kernel, which simplifies many activities, and contains subtle new features that can make a driver both more efficient and more flexible. Readers will find new chapters on important types of drivers not covered previously, such as consoles, USB drivers, and more. Best of all, you don't have to be a kernel hacker to understand and enjoy this book. All you need is an understanding of the C programming language and some background in Unix system calls. And for maximum ease-of-use, the book uses full-featured examples that you can compile and run without special hardware. Today Linux holds fast as the most rapidly growing segment of the computer market and continues to win over enthusiastic adherents in many application areas. With this increasing support, Linux is now absolutely mainstream, and viewed as a solid platform for embedded systems. If you're writing device drivers, you'll want this book. In fact, you'll wonder how drivers are ever written without it.

Linux Device Drivers 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Linux Device Drivers 在線電子書 讀後感

評分

怀着无比朝圣即对经典的憧憬的精神开始看这本书学习Linux驱动,当看到这本书只要求读者熟悉C语言编程及拥有Unix的使用经验就无比的兴奋以为自己将能够顺利地完成学习目标。但是,想的太天真了。书的内容没有循序渐进,一上来就给你讲一些比较专业的东西但是又没有介绍细节背景...  

評分

手头有两本,一本原版的,一本中译的。阅读原版的冲动屡屡受到my pool English的打击,所以特别感谢热心人整出来的中译本,都是熟悉的方块字,翻起顺手多了,呵呵。鄙人期间花了不少精力,在研究其中式表达想要说明的东东,但是这样也好,多花点时间没坏处,有助于深刻理解。这...  

評分

第一次阅读。2012年3月8日读完,历时一个月。 书本的开篇就说,Linux内核很复杂很庞大,入门较难,但是驱动程序是进入到Linux内核世界的大门。不过我看完之后没有这个感觉,只是觉得每一章都会涉及到很多内核的内容,并不会知道内核总体来说到底是怎么样的。 开始接触驱动程...  

評分

这本书的内容偏简洁,介绍了内核API和驱动程序设计中一些基本的概念,对于真实驱动程序设计中涉及到的一些技巧还是比较欠缺。对于PCI和USB的驱动,觉得本书论述得不够具体,看起来有难度;对于kobject的论述,也觉得不是很直观,不过前面关于字符设备的论述还不错,对内存分配...  

評分

我有英文版的电子书,也另外买了一本中文版,因为觉得一天到晚对着电脑太辛苦。不过看了一半下来觉得不如看英文版。虽然对自己的英文水平并不是太有自信,不过中文版翻译的实在是不敢恭维,看着中文版翻译的字字句句自己要推敲半天才搞清除意思,这样折腾下来不见得比读英文版...  

類似圖書 點擊查看全場最低價

Linux Device Drivers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Linux Device Drivers 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有