Posts

Showing posts from July, 2015

Linux Device Drivers Part 11: Device Driver Types

Image
In this video session, we will discuss about 1. /dev directory Device Driver types (Character Devices, Block devices and Network Devices) Practical session included at the end. Please subscribe for more videos.

Linux Device Drivers Part 10: Module Parameters

Image
In this video session we will discuss following topics 1.What are Module parameters ? 2.Ways to change these module parameters? 3.Module_param macro 4.Array Module parameters