#include "PageTable.h"
PTE &PageTable::operator[](const unsigned int index) {
return this->entries.at(index);
}