1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-08 15:26:33 -05:00

Common: implement MultiLevelPageTable.

This commit is contained in:
Fernando Sahmkow
2021-11-10 17:37:17 +01:00
parent 3f8e7a5585
commit b617874724
4 changed files with 171 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ add_library(common STATIC
microprofile.cpp
microprofile.h
microprofileui.h
multi_level_page_table.cpp
multi_level_page_table.h
nvidia_flags.cpp
nvidia_flags.h
page_table.cpp