diff --git a/README.md b/README.md index 751e9c6..cb276eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # 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