#ifndef __LIMITS_H #define __LIMITS_H #define PAGESIZE 4096 #define PAGE_SIZE PAGESIZE #endif