Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9a228b33a5
15
README.md
15
README.md
@ -1,12 +1,14 @@
|
||||
# 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
|
||||
|
||||
- set shared memory keys
|
||||
- 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
|
||||
|
||||
@ -22,10 +24,3 @@ cd build
|
||||
cmake ..
|
||||
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