diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ Implementation of Linux Kernel 5.4.X simple block device. ## Build - regular: `$ make` -- with blk_mq support: -uncomment `ccflags-y += -DBLK_MQ_MODE` in `Kbuild` - with requests debug info: uncomment `CFLAGS_sbdd.o := -DDEBUG` in `Kbuild` |