From 40cf5b05aa60af28036b17492630dedf58ff1f4f Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 18 Feb 2021 00:17:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4917ae9..dc3c013 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ and then mapping that physical page into virtual memory. However, this is all ac All mapping required to translate and map a page must be done with either the `map_type::src` or `map_type::dest`. This makes it so if you have already mapped a page with `map_type::dest` the PTE mapping that page will not be used to map the `map_type::src` page. -# Demo +# Demo - VDM Integration, Physical Memory Read/Write, Virtual Memory Read/Write