git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactor: one more step towards arch-agnostic design
[lunaix-os.git]
/
lunaix-os
/
arch
/
i386
/
includes
/
sys
/
mm
/
mempart.h
diff --git
a/lunaix-os/arch/i386/includes/sys/mm/mempart.h
b/lunaix-os/arch/i386/includes/sys/mm/mempart.h
index 50015aae8c6656caa106f3f69c6e6bb90b063d52..33d5c8baec5969ef054998f9728eb296a7707768 100644
(file)
--- a/
lunaix-os/arch/i386/includes/sys/mm/mempart.h
+++ b/
lunaix-os/arch/i386/includes/sys/mm/mempart.h
@@
-1,3
+1,5
@@
+#ifndef __LUNAIX_MEMPART_H
+#define __LUNAIX_MEMPART_H
/* Physical Adress Space Partition */
/* Generated from mempart.h.j2. Do NOT modify */
/* Physical Adress Space Partition */
/* Generated from mempart.h.j2. Do NOT modify */
@@
-15,9
+17,9
@@
#define KERNEL_EXEC_SIZE 0x4000000UL
#define KERNEL_EXEC_END 0xc3ffffffUL
#define KERNEL_EXEC_SIZE 0x4000000UL
#define KERNEL_EXEC_END 0xc3ffffffUL
-#define
PD_MOUNT
0xc4000000UL
-#define
PD_MOUNT
_SIZE 0x400000UL
-#define
PD_MOUNT
_END 0xc43fffffUL
+#define
VMS_MOUNT_1
0xc4000000UL
+#define
VMS_MOUNT_1
_SIZE 0x400000UL
+#define
VMS_MOUNT_1
_END 0xc43fffffUL
#define PG_MOUNT_1 0xc4400000UL
#define PG_MOUNT_1_SIZE 0x1000UL
#define PG_MOUNT_1 0xc4400000UL
#define PG_MOUNT_1_SIZE 0x1000UL
@@
-35,11
+37,12
@@
#define PG_MOUNT_4_SIZE 0x1000UL
#define PG_MOUNT_4_END 0xc4403fffUL
#define PG_MOUNT_4_SIZE 0x1000UL
#define PG_MOUNT_4_END 0xc4403fffUL
-#define VMAP 0xc4
404
000UL
-#define VMAP_SIZE 0x3b
7fc
000UL
+#define VMAP 0xc4
800
000UL
+#define VMAP_SIZE 0x3b
400
000UL
#define VMAP_END 0xffbfffffUL
#define PD_REF 0xffc00000UL
#define PD_REF_SIZE 0x400000UL
#define PD_REF_END 0xffffffffUL
#define VMAP_END 0xffbfffffUL
#define PD_REF 0xffc00000UL
#define PD_REF_SIZE 0x400000UL
#define PD_REF_END 0xffffffffUL
+#endif
\ No newline at end of file