FreeBSD Device Drivers: A Guide for the Intrepid (Paperback)
暫譯: FreeBSD 設備驅動程式:勇者指南 (平裝本)
Joseph Kong
- 出版商: No Starch Press
- 出版日期: 2012-05-07
- 售價: $1,760
- 貴賓價: 9.5 折 $1,672
- 語言: 英文
- 頁數: 352
- 裝訂: Paperback
- ISBN: 1593272049
- ISBN-13: 9781593272043
-
相關分類:
BSD
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$990Embedded FreeBSD Cookbook (Paperback) -
FreeDOS Kernel; An MS-DOS Emulator for Platform Independence and Embedded Systems Development (Paperback)$2,550$2,423 -
Windows Device Driver Programming 驅動程式設計$650$553 -
鳥哥的 Linux 私房菜-基礎學習篇, 3/e$820$648 -
程式設計師的自我修養-連結、載入、程式庫$580$493 -
Google Android SDK 開發範例大全, 3/e$950$751 -
深入淺出 Python (Head First Python)$780$616 -
Android 4.X 手機/平板電腦程式設計入門、應用到精通, 2/e (適用 Android 1.X~4.X)$520$411 -
《超強圖解》前進 Android Market!Google Android SDK 實戰演練, 2/e (適用2.X/3.X/4.X)$750$593 -
Android 系統原理深入解析$520$442 -
JavaScript 大全, 6/e (JavaScript: The Definitive Guide: Activate Your Web Pages, 6/e)$1,200$948 -
精通正規表達式, 3/e (Mastering Regular Expressions, 3/e)$780$616 -
深入淺出 HTML5 程式設計 (Head First HTML5 Programming: Building Web Apps with JavaScript)$780$616 -
Android 核心剖析$650$514 -
Android 初學特訓班, 2/e (全新 Android 4 開發示範 / 適用 Android 4.X~2.X,手機與平板電腦的全面啟動,附影音教學/範例程式/小綠人素材)$480$379 -
笑談軟體工程:敏捷開發法的逆襲-導入 Scrum,讓你的軟體開發人生從黑白變彩色!$550$435 -
實戰封包分析-使用 Wireshark (Practical Packet Analysis: Using Wireshark to Solve Real-World Network Problems, 2/e)$450$356 -
實戰雲端作業系統建置與維護-VMware vSphere 5 虛擬化全面啟動
$680$537 -
JavaScript & jQuery: The Missing Manual 國際中文版, 2/e
$580$458 -
《超強圖解》前進 App Store!iOS 6 SDK 實戰演練$950$751 -
行動介面設計模式 (Designing Mobile Interfaces)$880$695 -
網路機器人、網路蜘蛛與網路爬蟲-PHP/CURL 程式設計指南, 2/e (Webbots, Spiders, and Screen Scrapers: A Guide to Developing Internet Agents with PHP/CURL, 2/e)$550$435 -
資訊安全概論與實務, 3/e$500$395 -
Office 2016 幫幫忙$399$339 -
$990Fast and Effective Embedded Systems Design : Applying the ARM mbed, 2/e (Paperback)
相關主題
商品描述
Device drivers make it possible for your software to communicate with your hardware, and because every operating system has specific requirements, driver writing is nontrivial. When developing for FreeBSD, you've probably had to scour the Internet and dig through the kernel sources to figure out how to write the drivers you need. Thankfully, that stops now. In FreeBSD Device Drivers, Joseph Kong will teach you how to master everything from the basics of building and running loadable kernel modules to more complicated topics like thread synchronization. After a crash course in the different FreeBSD driver frameworks, extensive tutorial sections dissect real-world drivers like the parallel port printer driver.
You'll learn:
- All about Newbus, the infrastructure used by FreeBSD to manage the hardware devices on your system
- How to work with ISA, PCI, USB, and other buses
- The best ways to control and communicate with the hardware devices from user space
- How to use Direct Memory Access (DMA) for maximum system performance
- The inner workings of the virtual null modem terminal driver, the USB printer driver, the Intel PCI Gigabit Ethernet adapter driver, and other important drivers
- How to use Common Access Method (CAM) to manage host bus adapters (HBAs)
Concise descriptions and extensive annotations walk you through the many code examples. Don't waste time searching man pages or digging through the kernel sources to figure out how to make that arcane bit of hardware work with your system. FreeBSD Device Drivers gives you the framework that you need to write any driver you want, now.
商品描述(中文翻譯)
裝置驅動程式使您的軟體能夠與硬體進行通信,並且由於每個作業系統都有特定的要求,因此撰寫驅動程式並非易事。在為 FreeBSD 開發時,您可能不得不在網路上搜尋並深入內核源碼,以找出如何撰寫所需的驅動程式。幸運的是,這一切現在都不再是問題。在《FreeBSD 裝置驅動程式》中,Joseph Kong 將教您如何掌握從構建和運行可載入內核模組的基本知識到更複雜的主題,如執行緒同步。經過對不同 FreeBSD 驅動程式框架的速成課程後,廣泛的教程部分將剖析現實世界中的驅動程式,例如平行埠印表機驅動程式。
您將學到:
- 有關 Newbus 的所有資訊,這是 FreeBSD 用來管理系統上硬體裝置的基礎架構
- 如何使用 ISA、PCI、USB 和其他匯流排
- 從使用者空間控制和與硬體裝置通信的最佳方法
- 如何使用直接記憶體存取 (DMA) 以獲得最佳系統效能
- 虛擬空白調製解調器終端驅動程式、USB 印表機驅動程式、Intel PCI Gigabit Ethernet 轉接器驅動程式及其他重要驅動程式的內部運作
- 如何使用通用存取方法 (CAM) 來管理主機匯流排轉接器 (HBA)
簡潔的描述和廣泛的註解將引導您了解許多程式碼範例。不要浪費時間搜尋手冊頁或深入內核源碼以找出如何使那個神秘的硬體與您的系統協同工作。《FreeBSD 裝置驅動程式》為您提供了撰寫任何您想要的驅動程式所需的框架。
