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