This module was tested on Ubuntu 20.04
File descriptions:
- dmp.c - source code
- Makefile - build script for make
- test.sh - script for building and testing module
- clean.sh - script for cleaning up system after testing module
- clone this repo
git clone https://github.com/MasterElijah97/device_mapper_proxy.git- write the following commands
cd device_mapper_proxy/
chmod +x ./test.sh
sudo ./test.sh- then you can cleanup your system
chmod +x ./clean.sh
sudo ./clean.sh