Linux Device Drivers Part - 12 : Major and Minor Numbers in Linux Device Driver Programming

In this session we will discuss following topics

1. Books to refer for Linux Device Driver Programming
2. Our mail Goal to achieve in up coming sessions
3. Steps to follow while Linux Device Driver Programming
Under this particular topic we will learn about
  •      Gathering information about a Linux Device Driver
  •      Gathering information of SCULL Device Driver
  •      Identifying and defining Major and Minor Number 
  •      Representation of Device numbers

You can download a softcopy of LDD http://www.oreilly.com/openbook/linuxdrive3/book/

Watch video here :

Comments

Popular posts from this blog

Linux Device Drivers - Part 4 : Linux Kernel Moduels (LKM) and types of LKM's

Linux Device Drivers Part - 5 : Building and Compiling Kernel Moduels

Linux Device Drivers - Part 13 : More on Device Numbers