#define PAGE_SIZE 100 #define PAGE_TABLE_SIZE 128 struct page_entry; // page_entry page_table[PAGE_TABLE_SIZE];