Update README.md

This commit is contained in:
Edgar Schkrob 2019-11-06 12:34:46 +00:00
parent 1a53ca46ca
commit 5c896dcd4e
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# vKVM TextRenderer # vKVM TextRenderer
translate a string from terminal to the readable form of shared memory . The TextRenderer gets a string from the Shared Memory and converts the text into
a bitmap-array. Afterwards the array is send back to the Shared Memory.
To convert a string the TextRendere uses a font, which is loaded from a bitmap-file.
## Installation ## Installation