Posts tagged exercises

Linux Program Development: Lab Solutions: a guide with exercises

Product Description
This is a companion volume to Linux Program Development, a guide with exercises, by Jerry Cooperstein, pub. 2009. While the solutions to the exercises in that volume can be obtained from http://www.coopj.com/LPD, requests for printed copies of the solutions have been encountered. There is no exposition here, only the statement of the exercises and then the actual code and necessary scripts. Linux Program Development is designed to bring experienced programmers… More >>

Linux Program Development: Lab Solutions: a guide with exercises

Linux Program Development: a guide with exercises

Product Description
Linux Program Development is designed to bring experienced programmers up to speed quickly in a Linux environment. You will learn the tools and methods for developing C programs and doing systems programming under Linux, including: Compilers, compiling, linking and loading programs. Building and using both static and shared libraries. Using make and developing Makefiles. Version control. Debugging techniques. How system calls a… More >>

Linux Program Development: a guide with exercises

Writing Linux Device Drivers: Lab Solutions: a guide with exercises

Product Description
This is a companion volume to Writing Linux Device Drivers, a guide with exercises, by Jerry Cooperstein, pub. 2009. While the solutions to the exercises in that volume can be obtained from http://www.coopj.com/LDD, requests for printed copies of the solutions have been encountered. There is no exposition here, only the statement of the exercises and then the actual code and necessary scripts. Writing Linux Device Drivers is designed to show experienced progra… More >>

Writing Linux Device Drivers: Lab Solutions: a guide with exercises

Writing Linux Device Drivers: a guide with exercises

Product Description
Writing Linux Device Drivers is designed to show experienced programmers how to develop device drivers for Linux systems, and give them a basic understanding and familiarity with the Linux kernel. Upon mastering this material, you will be familiar with the different kinds of device drivers used under Linux, and know the appropriate API’s through which devices (both hard and soft) interface with the kernel. The purpose is to get you into coding as quickly as po… More >>

Writing Linux Device Drivers: a guide with exercises