From a320e318ee506b2e6dda61ccbedf9faab0a51f91 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 24 Aug 2020 00:25:39 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54d5974..709fcea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ +# credit +* buck +* Ch40zz + # nasa-tables paging table manipulation from user-mode. operations such as getting and setting all paging table entries and values are offered. the code is aware of large pages and allows the programmer to allocate 2mb pages if needed (without going through all of the shenanigans of breaking a 2mb page down over a new PT handled by the user).