diff --git a/README.md b/README.md
index 3771f2b..77e4966 100644
--- a/README.md
+++ b/README.md
@@ -44,4 +44,3 @@ Any legal trouble you recieve due to possessing a raw shim for KVS is not my res
## Credits
kxtzownsu - writing KVS & KVG, porting to C
hannah - writing the `is_ti50` tool, moral support, testing
-people in TN - giving me the original kernver files before KVG existed
diff --git a/docs/cross-compilation.md b/docs/cross-compilation.md
index 532a414..e4f035c 100644
--- a/docs/cross-compilation.md
+++ b/docs/cross-compilation.md
@@ -1,5 +1,5 @@
# Cross-compiling the KVS project
-To cross-compile the KVS project, all you need to do is set `$ARCH` to a correct architecture,
+To cross-compile the KVS project, all you need to do is set `$ARCH` to a correct architecture,
and also install the cross-compilation libraries for your target arch.
Heres an example:
@@ -7,4 +7,5 @@ Heres an example:
`ARCH=aarch64 make all`
All architectures:
+
`x86_64, armv7, aarch64`
\ No newline at end of file
diff --git a/src/KVS/ui.c b/src/KVS/ui.c
index 8a77b3d..254d96d 100644
--- a/src/KVS/ui.c
+++ b/src/KVS/ui.c
@@ -82,8 +82,7 @@ void ui_header(const char* fwver, char* kernver, const char* tpmver, const char*
void show_credits(){
printf("kxtzownsu - Writing KVS 1 and 2\n");
- printf("Hannah/ZegLol - Helping with /dev/tpm0 flashing, rewriting RMASmoke.\n");
- printf("Writable - Writing the RMASmoke vulnerability\n");
+ printf("Hannah/ZegLol - writing is_ti50, mental support, testing\n");
}
void troll(){