pkumarg / scull

LDD3 scull device source code as per book examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scull

LDD3 scull device source code as per book examples. You can refer this code for the understanding of scull as per latest kernel.

Installation:

  1. make
  2. sudo ./scull_load.sh

After successful load it will create below files in filesystem:

  1. Char device file: /dev/scull0
  2. Scull debugging file: /proc/scullmem

To remove scull when you are done playing:

  1. sudo ./scull_unload.sh

Note: Use it on your own risk. In case of any issue please feel free to raise issue.

All license are as per original scull license and GPLv3

Verififed on Ubuntu. Try installing build-essential before make.

About

LDD3 scull device source code as per book examples


Languages

Language:C 95.1%Language:Shell 3.4%Language:Makefile 1.5%