27 lines
571 B
Markdown
27 lines
571 B
Markdown
# 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
|
|
|