Control and Configuration Software for a Reconfigurable Networking ..., Reconfigurable Networking Hardware Platform. Todd S. Sproull John W. Lockwood David E. Taylor ... network of reconfigurable hardware on the FPX called ...,
Hacking The Linux Kernel
Short summary:
Unreliable Guide To Hacking The Linux Kernel.the common routines and general requirements for kernel code: its goal is to serve as a primer for Linux kernel development for experienced C programmers...
Long summary:Introduction Welcome, gentle reader, to Rustys Unreliable Guide to Linux Kernel Hacking. This document describes the common routines and general requirements for kernel code: its goal is to serve as a primer for Linux kernel development for experienced C programmers. I avoid implementation details: thats what the code is for, and I ignore whole tracts of useful routines. Before you read this, please understand that I never wanted to write this document, being grossly under-qualied, but I always wanted to read it, and this was the only way. I hope it will grow into a compendium of best practice, common starting points and random information. 5 Chapter ...
Source: kernelbook.sourceforge.net