MAX_PAGES
#define MAX_PAGES 0x20000L /* Every byte has a single page */
#define MAX_PAGES 16 /* 16 RAM pages at max */
#define MAX_PAGES (64)
#define MAX_PAGES 64