From d4e75845bf16db40222080e53a226f06fe894bce Mon Sep 17 00:00:00 2001 From: ziyue Date: Wed, 23 Oct 2019 12:58:11 +0200 Subject: [PATCH 1/3] nur fuer test --- src/vkvm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vkvm.h b/src/vkvm.h index a7b9788..e1a004c 100644 --- a/src/vkvm.h +++ b/src/vkvm.h @@ -6,6 +6,7 @@ typedef int type_todo; private struct interruptVector { int pid; int signal; + int test; }; //enum config file defaults { From 002cb9e768dde628c29531246ad4c2a68fa2cd10 Mon Sep 17 00:00:00 2001 From: ziyue Date: Wed, 23 Oct 2019 12:59:55 +0200 Subject: [PATCH 2/3] loeschen test --- src/vkvm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vkvm.h b/src/vkvm.h index e1a004c..a7b9788 100644 --- a/src/vkvm.h +++ b/src/vkvm.h @@ -6,7 +6,6 @@ typedef int type_todo; private struct interruptVector { int pid; int signal; - int test; }; //enum config file defaults { From 7b092585be42ac32965b204f82ac40ccd0074ba1 Mon Sep 17 00:00:00 2001 From: ziyue Date: Wed, 23 Oct 2019 16:11:16 +0200 Subject: [PATCH 3/3] background --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 086aedc..3511ba1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # vKVM Library +#Background + +THis Library was created to make it easier for developers to understand the overall project framework, +and to make the code of each department uniform and standardized. +It can provide names for many variables and methods that people can easily call and implement. +It can provided font changes, event handling, pixel color, button control, ect. + # Installation Use the installation script provided in the Scripts repository @@ -11,7 +18,7 @@ Installing a single component is currently not supported. Include this library with -``` +```sh set(LIB_PATH "${CMAKE_SOURCE_DIR}/../library") include_directories(${LIB_PATH}/include)