Update README
This commit is contained in:
parent
b220ee0bd1
commit
e99eaa8a25
15
README.md
15
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
|
||||||
|
|
||||||
@ -22,10 +24,3 @@ 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