2020-01-08 20:17:38 +01:00
2019-12-12 11:45:51 +01:00
2020-01-07 15:22:17 +01:00
2020-01-08 20:17:38 +01:00
2020-01-08 19:12:50 +01:00
2019-12-05 07:47:41 +00:00
2019-11-27 12:25:19 +01:00
2020-01-08 16:34:05 +00:00
2019-10-16 16:21:27 +02:00
2019-12-05 09:36:57 +01:00
2019-10-16 16:21:27 +02:00
2019-11-13 12:57:08 +01:00

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

Description
No description provided
Readme 78 KiB
Languages
C++ 99.1%
Shell 0.9%