https://github.com/aneesh-neelam/dm-matryoshka
The device mapper for Matryoshka.
https://github.com/aneesh-neelam/dm-matryoshka
c linux-kernel linux-module
Last synced: 3 months ago
JSON representation
The device mapper for Matryoshka.
- Host: GitHub
- URL: https://github.com/aneesh-neelam/dm-matryoshka
- Owner: aneesh-neelam
- License: other
- Created: 2017-02-17T01:21:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T22:54:33.000Z (over 7 years ago)
- Last Synced: 2025-01-05T10:26:00.791Z (5 months ago)
- Topics: c, linux-kernel, linux-module
- Language: C
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING_BSD
- Authors: AUTHORS
Awesome Lists containing this project
README
Matryoshka - Linux Device Mapper
================================dm-matryoshka is a Linux Device Mapper implementation for Matryoshka.
### Installation:
###### Dependencies:
* Linux kernel source
* gcc
* modprobe
* depmod
* [Optional] X.509 certificate to sign kernel module, required for UEFI Secure BootThe following are Makefile operations:
###### Build kernel module:
$ make
###### Sign the module:
Please change the file paths for the public and private X.509 key files in the Makefile.
$ make sign
###### Install the module for current kernel:
# make install
###### Load module:
# make load
###### Unload module:
# make unload
### Usage:
Take a look at the bash scripts in the [bin](bin) directory to get an idea of how to use this device mapper.
Essentially, using `dmsetup`.
## Contributing and License
Feel free to create Issues and issue Pull Requests/send Git patches to contribute to this project.
Code is dual-licensed under [GNU General Public License version 2](LICENSE_GPL) and [BSD 3-Clause License](LICENSE_BSD).