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
Boot framework rework (#45)
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
includes
/
sys
/
mm
/
mempart32.h
diff --git
a/lunaix-os/arch/x86/includes/sys/mm/mempart32.h
b/lunaix-os/arch/x86/includes/sys/mm/mempart32.h
index 9a81d37357f47ec7590d3a07c95d32fdde8d1311..c741b69497ec9895de4e615ff3ee608a6a32454e 100644
(file)
--- a/
lunaix-os/arch/x86/includes/sys/mm/mempart32.h
+++ b/
lunaix-os/arch/x86/includes/sys/mm/mempart32.h
@@
-32,28
+32,28
@@
#define KERNEL_IMG_SIZE __ulong(0x4000000)
#define KERNEL_IMG_END END_POINT(KERNEL_IMG)
#define KERNEL_IMG_SIZE __ulong(0x4000000)
#define KERNEL_IMG_END END_POINT(KERNEL_IMG)
-#define PG_MOUNT_1 __ulong(0xc
4
000000)
+#define PG_MOUNT_1 __ulong(0xc
8
000000)
#define PG_MOUNT_1_SIZE __ulong(0x1000)
#define PG_MOUNT_1_END END_POINT(PG_MOUNT_1)
#define PG_MOUNT_1_SIZE __ulong(0x1000)
#define PG_MOUNT_1_END END_POINT(PG_MOUNT_1)
-#define PG_MOUNT_2 __ulong(0xc
4
001000)
+#define PG_MOUNT_2 __ulong(0xc
8
001000)
#define PG_MOUNT_2_SIZE __ulong(0x1000)
#define PG_MOUNT_2_END END_POINT(PG_MOUNT_2)
#define PG_MOUNT_2_SIZE __ulong(0x1000)
#define PG_MOUNT_2_END END_POINT(PG_MOUNT_2)
-#define PG_MOUNT_3 __ulong(0xc
4
002000)
+#define PG_MOUNT_3 __ulong(0xc
8
002000)
#define PG_MOUNT_3_SIZE __ulong(0x1000)
#define PG_MOUNT_3_END END_POINT(PG_MOUNT_3)
#define PG_MOUNT_3_SIZE __ulong(0x1000)
#define PG_MOUNT_3_END END_POINT(PG_MOUNT_3)
-#define PG_MOUNT_4 __ulong(0xc
4
003000)
+#define PG_MOUNT_4 __ulong(0xc
8
003000)
#define PG_MOUNT_4_SIZE __ulong(0x1000)
#define PG_MOUNT_4_END END_POINT(PG_MOUNT_4)
#define PG_MOUNT_4_SIZE __ulong(0x1000)
#define PG_MOUNT_4_END END_POINT(PG_MOUNT_4)
-#define PG_MOUNT_VAR __ulong(0xc
4
004000)
+#define PG_MOUNT_VAR __ulong(0xc
8
004000)
#define PG_MOUNT_VAR_SIZE __ulong(0x3fc000)
#define PG_MOUNT_VAR_END END_POINT(PG_MOUNT_VAR)
#define PG_MOUNT_VAR_SIZE __ulong(0x3fc000)
#define PG_MOUNT_VAR_END END_POINT(PG_MOUNT_VAR)
-#define VMAP __ulong(0xc
4
400000)
-#define VMAP_SIZE __ulong(0x3
b
400000)
+#define VMAP __ulong(0xc
8
400000)
+#define VMAP_SIZE __ulong(0x3
7
400000)
#define VMAP_END END_POINT(VMAP)
#define PMAP VMAP
#define VMAP_END END_POINT(VMAP)
#define PMAP VMAP