Simple Block Device Driver
Implementation of Linux Kernel 5.4.X simple block device.
Build
- regular:
$ make
- with requests debug info:
uncomment
CFLAGS_sbdd.o := -DDEBUG
inKbuild
Clean
$ make clean
index : sbdd | ||
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiffstats |
Implementation of Linux Kernel 5.4.X simple block device.
$ make
CFLAGS_sbdd.o := -DDEBUG
in Kbuild
$ make clean