From 0ea013d2ba44fc5938e902b8ab2f5452178d4c27 Mon Sep 17 00:00:00 2001 From: jklincn Date: Wed, 10 Jul 2024 17:47:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77b219..e32b351 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![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). +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)](https://lwn.net/Kernel/LDD3/). 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)).