Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jklincn authored Apr 24, 2024
1 parent 71112f1 commit ace22c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Scull-Linux5.4

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jklincn/scull-linux5.4/test.yml)

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](https://github.com/jklincn/scull-linux5.4/tree/master/test)).
Expand All @@ -15,4 +17,3 @@ 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](Makefile).

0 comments on commit ace22c9

Please sign in to comment.