+#define USR_MMAP 0x20400000UL
+#define USR_MMAP_SIZE 0x9fbc0000UL
+#define USR_MMAP_END END_POINT(USR_MMAP)
+
+#define USR_STACK 0xbffc0000UL
+#define USR_STACK_SIZE 0x40000UL
+#define USR_STACK_END END_POINT(USR_STACK)
+
+#define KERNEL_IMG 0xc0000000UL
+#define KERNEL_IMG_SIZE 0x4000000UL
+#define KERNEL_IMG_END END_POINT(KERNEL_IMG)
+
+#define PG_MOUNT_1 0xc4000000UL