You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.ci | 1 year ago | |
lib/toml | 1 year ago | |
main | 1 year ago | |
res | 1 year ago | |
src | 1 year ago | |
test | 1 year ago | |
.clang-tidy | 1 year ago | |
.gitignore | 1 year ago | |
.gitlab-ci.yml | 1 year ago | |
CHANGELOG.md | 1 year ago | |
CMakeLists.txt | 1 year ago | |
LICENCE | 1 year ago | |
README.md | 1 year ago |
README.md
vKVM Shared Memory
Shared memory is a kernel-managed memory area that can be read and written by the Library.
Features
- Manage the shared memory
- Create new key for the shared memory.
- Ask the user if he want to change the key of shared memory.
- Create shared memory and make it available to use it
- Delete the shared memory.
Installation
Use the installation script provided in the Scripts repository to install the full package.
Installing a single component is currently not supported.
Usage
mkdir build cd build cmake .. make