shared-memory/README.md

27 lines
571 B
Markdown
Raw Permalink Normal View History

# vKVM Shared Memory
2019-11-13 12:54:31 +01:00
Shared memory is a kernel-managed memory area that can be read and written by the Library.
2019-11-12 22:54:38 +01:00
2019-11-13 12:57:08 +01:00
## Features
2019-11-12 22:54:38 +01:00
- Manage the shared memory
2019-11-13 12:54:31 +01:00
- 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.
2019-11-12 22:54:38 +01:00
## Installation
Use the installation script provided in the Scripts repository
to install the full package.
Installing a single component is currently not supported.
2019-11-13 12:54:31 +01:00
## Usage
2019-11-12 22:54:38 +01:00
mkdir build
cd build
cmake ..
make