#ifndef _PAGE_SIZE_H #define _PAGE_SIZE_H #if defined(__x86_64__) #define PAGE_SIZE 4096 #endif #endif // _PAGE_SIZE_H