|Eingestellt in Kategorie:
Dieses Angebot wurde verkauft am Fr, 18. Jul um 09:07.
FreeBSD Device Drivers: A Guide for the Intrepid - Kong, Joseph
Verkauft
FreeBSD Device Drivers: A Guide for the Intrepid - Kong, Joseph
US $19,59US $19,59
Fr, 18. Jul, 21:07Fr, 18. Jul, 21:07
Ähnlichen Artikel verkaufen?

FreeBSD Device Drivers: A Guide for the Intrepid - Kong, Joseph

nichmar-7499
(74)
Angemeldet als privater Verkäufer
Verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, finden daher keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
US $19,59
Ca.CHF 15,70
oder Preisvorschlag
Artikelzustand:
Neuwertig
    Versand:
    US $5,22 (ca. CHF 4,18) USPS Media MailTM.
    Standort: Longwood, Florida, USA
    Lieferung:
    Lieferung zwischen Fr, 29. Aug und Sa, 6. Sep nach 94104 bei heutigem Zahlungseingang
    Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
    Rücknahme:
    Keine Rücknahme.
    Zahlungen:
         Diners Club

    Sicher einkaufen

    eBay-Käuferschutz
    Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:205315544708
    Zuletzt aktualisiert am 22. Mai. 2025 03:36:23 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Neuwertig: Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine ...
    Book Title
    FreeBSD Device Drivers: A Guide for the Intrepid
    ISBN
    9781593272043

    Über dieses Produkt

    Product Identifiers

    Publisher
    No Starch Press, Incorporated
    ISBN-10
    1593272049
    ISBN-13
    9781593272043
    eBay Product ID (ePID)
    74866030

    Product Key Features

    Number of Pages
    352 Pages
    Language
    English
    Publication Name
    Freebsd Device Drivers : a Guide for the Intrepid
    Publication Year
    2012
    Subject
    Operating Systems / Unix, Hardware / Peripherals, System Administration / Linux & Unix Administration, Programming Languages / C
    Features
    New Edition
    Type
    Textbook
    Author
    Joseph Kong
    Subject Area
    Computers
    Format
    Trade Paperback

    Dimensions

    Item Height
    0.9 in
    Item Weight
    24.5 Oz
    Item Length
    9.2 in
    Item Width
    7 in

    Additional Product Features

    Intended Audience
    Trade
    LCCN
    2012-011862
    Reviews
    "At last, a definitive and authoritative book on FreeBSD device drivers! Kong's clear mastery of his subject shines through every page." --Michael Lucas, FreeBSD committer and author of Absolute FreeBSD " FreeBSD Device Drivers is an excellent guide to the APIs used to write a device driver for FreeBSD." --John Baldwin, Kernel Developer, FreeBSD "I'd recommend the book for anybody that needs an introduction to drivers. The walk throughs will get people up to speed, as well as introduce many of the uniquely FreeBSD quirks one needs to know to integrate with FreeBSD." --Warner Losh, FreeBSD core team "I am pleased to see No Starch provide a forum for books like this. They continue to produce high-quality works that read well and address subjects seldom found elsewhere." --Richard Bejtlich, CSO of Mandiant & Founder of TaoSecurity "I like this book. It fills a definite need, and does it well." --Warren Block, FreeBSD committer "This book is definitely a must have for anybody interested in how FreeBSD device drivers are designed, not to mention those who are interested in writing their very own ones for the FreeBSD operating system!" --Romain Tartière, FreeBSD ports committer "This book is a no nonsense, straight to the point document that helps you get to the content quickly." --BeginLinux.com "Definitely an excellent book with all the information you'll need to start developing your own FreeBSD device drivers." --xorl "Strikes a pretty good balance for its stated purpose. Its mostly 'just the facts ma'am' style works well, but it provides plenty of references for those wanting more detail or background. This is definitely worth a read if device drivers in FreeBSD are something you need or want to know about." --Simon Gerraty, FreeBSD Journal
    Dewey Edition
    23
    Dewey Decimal
    005.7/1
    Edition Description
    New Edition
    Table Of Content
    Introduction Chapter 1: Building and Running Modules Chapter 2: Allocating Memory Chapter 3: Device Communication and Control Chapter 4: Thread Synchronization Chapter 5: Delaying Execution Chapter 6: Case Study: Virtual Null Modem Chapter 7: Newbus and Resource Allocation Chapter 8: Interrupt Handling Chapter 9: Case Study: Parallel Port Printer Driver Chapter 10: Managing and Using Resources Chapter 11: Case Study: Intelligent Platform Management Interface Driver Chapter 12: Direct Memory Access Chapter 13: Storage Drivers Chapter 14: Common Access Method Chapter 15: USB Drivers Chapter 16: Network Drivers, Part 1: Data Structures Chapter 17: Network Drivers, Part 2: Packet Reception and Transmission
    Synopsis
    FreeBSD Device Drivers is the first and only book toteach readers how to develop device drivers for theFreeBSD operating system. A one-stop reference forFreeBSD device driver writers of all levels of expertise,FreeBSD Device Drivers begins with the nuts and bolts ofdevice drivers, including explanations of the differentdriver components and building blocks. You will thenlearn how to build and run modules, allocate memory,control device communication, deal with concurrencyissues, manage hardware resources, handle interrupts,support direct memory access, write PCI, SCSI, and USBdevice drivers, and more. With case study chapters thatdissect various drivers and a liberal use of examples-from simple "hello, world" drivers to full-blown,hardware-controlling drivers-you will walk away with afull understanding of how device drivers work on FreeBSD., 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 Device Drivers is the first and only book toteach readers how to develop device drivers for theFreeBSD operating system. A one-stop reference forFreeBSD device driver writers of all levels of expertise,FreeBSD Device Drivers begins with the nuts and bolts ofdevice drivers, including explanations of the differentdriver ......, 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.
    LC Classification Number
    QA76.76.D49

    Artikelbeschreibung des Verkäufers

    Info zu diesem Verkäufer

    nichmar-7499

    100% positive Bewertungen101 Artikel verkauft

    Mitglied seit Okt 2020
    Antwortet meist innerhalb 24 Stunden
    Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.

    Verkäuferbewertungen (28)

    Alle Bewertungen
    Positiv
    Neutral
    Negativ
      • d***o (2055)- Bewertung vom Käufer.
        Letzter Monat
        Bestätigter Kauf
        Prompt shipment, items as described, no complaints.
      Alle Bewertungen ansehen