Attempt to rewrite the VMM - currently not working

This commit is contained in:
Alex
2022-12-05 06:00:45 +02:00
parent 2d1c42fbcd
commit a32ca16d2b
9 changed files with 403 additions and 259 deletions

View File

@@ -4,7 +4,7 @@
namespace Memory
{
StackGuard::StackGuard(bool User, PageTable *Table)
StackGuard::StackGuard(bool User, PageTable4 *Table)
{
this->UserMode = User;
this->Table = Table;