Apress' The Definitive Guide to Linux Network Programming is a clear, concise treatment of creating clients and servers under the Linux operating system. The book assumes that the reader knows C and has experience developing code on Linux, but provides everything else a programmer needs for real-wor
The Linux Kernel Module Programming Guide
โ Scribed by Peter Jay Salzman, Michael Burian, Ori Pomerantz
- Book ID
- 127403316
- Publisher
- CreateSpace
- Year
- 2009
- Tongue
- English
- Weight
- 522 KB
- Category
- Library
- City
- Amsterdam~Boston
- ISBN
- 1441418865
No coin nor oath required. For personal study only.
โฆ Synopsis
Salzman P.J., Burian M., Pomerantz O. The Linux Kernel Module Programming Guide (CreateSpace, 2009)(ISBN 1441418865)
โฆ Subjects
Linux / Unix
๐ SIMILAR VOLUMES
Chapter 1 Networks And Protocols 3 -- Circuits Vs. Packets 3 -- Internetworking 4 -- Ethernets 6 -- Ethernet Frames 7 -- Addressing 8 -- Internet Protocol 17 -- User Datagram Protocol 25 -- Transmission Control Protocol 27 -- The Client-server Model 31 -- The Domain Name System 33 -- Chapter 2 Funct
High Quality Content by WIKIPEDIA articles! The Linux Kernel API is an application programming interface providing a uniform method for device drivers and other low-level software written for the Linux kernel to access system resources and services. An application programming interface (API) is an i
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in
To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system - into the Linux kernel itself. The kernel is Linux - in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. Th
Understanding the Linux Kernel is intended to be read by those who are happy to check points off against the source code. The first thing you learn is how Linux, released from commercial constraints, is able to take advantage of the best ideas from other systems, implemented in wonderfully flexible