#include struct PageDirectory { size_t page_table; }; struct PageTable { }; void setup_paging();