#include "PhysicalPage.h" PhysicalPage::PhysicalPage(const unsigned int PPN): PPN(PPN) { } void PhysicalPage::take_up(PageTable *PT, const unsigned int idx) { this->idx = idx; this->PT = PT; }