Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9a228b33a5
17
README.md
17
README.md
@ -1,12 +1,14 @@
|
|||||||
# vKVM Shared Memory
|
# vKVM Shared Memory
|
||||||
|
|
||||||
Shared memory is a kernel-managed memory area that can be read and written by the graphical user interface , Text Renderer and the Library.
|
Shared memory is a kernel-managed memory area that can be read and written by the Library.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- set shared memory keys
|
|
||||||
- Manage the shared memory
|
- 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
|
## Installation
|
||||||
|
|
||||||
@ -15,17 +17,10 @@ to install the full package.
|
|||||||
|
|
||||||
Installing a single component is currently not supported.
|
Installing a single component is currently not supported.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
changedKey(): create new Key for the Shared Memory.
|
|
||||||
getAnswerFromUser(): ask the User if he want to chgange the Key of Shared Memory.
|
|
||||||
initSharedMemory(): create Shared Memory and make it available t o use it
|
|
||||||
deleteSharedMemory(int s): delete the Shared memory.
|
|
||||||
deleteSharedMemory(): delete the Shared memory.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user