Go to file
Zakarya Boudouar 5fd9a70a72 Update README.md 2019-11-12 21:54:38 +00:00
.ci ~clang tidy checks all fies now 2019-11-12 15:23:14 +01:00
main Test. 2019-11-12 18:36:16 +01:00
src änderungen für den memoryaccess key Cigerxwin Chaker 2019-11-12 17:26:21 +01:00
test aktuelle version. getestet. Es fehlen noch evtl Feature. aber shared memory wird bereit gestellt. Key weitergabe muss noch besprochen werden. 2019-11-07 17:59:06 +01:00
.gitignore + Unit Test Framework 2019-10-16 16:21:27 +02:00
.gitlab-ci.yml ~ CI: clang_tidy step now contains catch2 & fltk 2019-11-12 11:08:10 +00:00
CHANGELOG.md + Unit Test Framework 2019-10-16 16:21:27 +02:00
CMakeLists.txt test for write and read of shared memory in main.cpp 2019-11-08 18:31:42 +01:00
LICENCE + Unit Test Framework 2019-10-16 16:21:27 +02:00
README.md Update README.md 2019-11-12 21:54:38 +00:00

README.md

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.

Features

  • set shared memory keys
  • Manage 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

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.