--- a/src/mmio.h Mon May 26 10:42:18 2008 +0000 +++ b/src/mmio.h Wed Oct 29 23:51:58 2008 +0000 @@ -29,9 +29,9 @@ #include #include -#define PAGE_TABLE_ENTRIES 128*1024 -#define PAGE_SIZE 4096 -#define PAGE_BITS 12 +#define LXDREAM_PAGE_TABLE_ENTRIES 128*1024 +#define LXDREAM_PAGE_SIZE 4096 +#define LXDREAM_PAGE_BITS 12 #define PORT_R 1 #define PORT_W 2