Search
lxdream.org :: lxdream/src/mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mmio.h
changeset 796:a2dc83592467
prev674:377d987db8f2
next929:fd8cb0c82f5f
next953:f4a156508ad1
author nkeynes
date Tue Oct 14 08:44:37 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix a few more subtle flag problems
file annotate diff log raw
1.1 --- a/src/mmio.h Mon May 26 10:42:18 2008 +0000
1.2 +++ b/src/mmio.h Tue Oct 14 08:44:37 2008 +0000
1.3 @@ -29,9 +29,9 @@
1.4 #include <stdint.h>
1.5 #include <stdlib.h>
1.6
1.7 -#define PAGE_TABLE_ENTRIES 128*1024
1.8 -#define PAGE_SIZE 4096
1.9 -#define PAGE_BITS 12
1.10 +#define LXDREAM_PAGE_TABLE_ENTRIES 128*1024
1.11 +#define LXDREAM_PAGE_SIZE 4096
1.12 +#define LXDREAM_PAGE_BITS 12
1.13
1.14 #define PORT_R 1
1.15 #define PORT_W 2
.