Skip to content

jklincn/scull-linux5.4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scull-Linux5.4

GitHub Actions Workflow Status

Scull (Simple Character Utility for Loading Localities) is a char driver that acts on a memory area as though it were a device. It's an example driver in LDD3 (Linux Device Drivers, Third Edition).

This project has implemented Scull on Linux 5.4 (Ubuntu 20.04) and written some functional testing programs (see test).

Quick Start

git clone https://github.com/jklincn/scull-linux5.4.git
cd scull-linux5.4
make install

It will compile the scull module and insert it into the kernel, and then automatically run the test program.

For details see Makefile.

About

Implement Scull on Linux 5.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published