filename | src/mmio.h |
changeset | 796:a2dc83592467 |
prev | 674:377d987db8f2 |
next | 929:fd8cb0c82f5f |
next | 953:f4a156508ad1 |
author | nkeynes |
date | Wed Jul 30 22:50:44 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Bug #61: OpenBSD support (Modified) patch from bsdmaniak, thanks! |
file | annotate | diff | log | raw |
1.1 --- a/src/mmio.h Mon May 26 10:42:18 2008 +00001.2 +++ b/src/mmio.h Wed Jul 30 22:50:44 2008 +00001.3 @@ -29,9 +29,9 @@1.4 #include <stdint.h>1.5 #include <stdlib.h>1.7 -#define PAGE_TABLE_ENTRIES 128*10241.8 -#define PAGE_SIZE 40961.9 -#define PAGE_BITS 121.10 +#define LXDREAM_PAGE_TABLE_ENTRIES 128*10241.11 +#define LXDREAM_PAGE_SIZE 40961.12 +#define LXDREAM_PAGE_BITS 121.14 #define PORT_R 11.15 #define PORT_W 2
.