X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/47c4e0c19ae8526b14ce4e0d7b243f7a4dc6fafd..bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068:/lunaix-os/arch/x86/includes/sys/mm/mempart32.h?ds=inline diff --git a/lunaix-os/arch/x86/includes/sys/mm/mempart32.h b/lunaix-os/arch/x86/includes/sys/mm/mempart32.h index 9a81d37..c741b69 100644 --- 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 PG_MOUNT_1 __ulong(0xc4000000) +#define PG_MOUNT_1 __ulong(0xc8000000) #define PG_MOUNT_1_SIZE __ulong(0x1000) #define PG_MOUNT_1_END END_POINT(PG_MOUNT_1) -#define PG_MOUNT_2 __ulong(0xc4001000) +#define PG_MOUNT_2 __ulong(0xc8001000) #define PG_MOUNT_2_SIZE __ulong(0x1000) #define PG_MOUNT_2_END END_POINT(PG_MOUNT_2) -#define PG_MOUNT_3 __ulong(0xc4002000) +#define PG_MOUNT_3 __ulong(0xc8002000) #define PG_MOUNT_3_SIZE __ulong(0x1000) #define PG_MOUNT_3_END END_POINT(PG_MOUNT_3) -#define PG_MOUNT_4 __ulong(0xc4003000) +#define PG_MOUNT_4 __ulong(0xc8003000) #define PG_MOUNT_4_SIZE __ulong(0x1000) #define PG_MOUNT_4_END END_POINT(PG_MOUNT_4) -#define PG_MOUNT_VAR __ulong(0xc4004000) +#define PG_MOUNT_VAR __ulong(0xc8004000) #define PG_MOUNT_VAR_SIZE __ulong(0x3fc000) #define PG_MOUNT_VAR_END END_POINT(PG_MOUNT_VAR) -#define VMAP __ulong(0xc4400000) -#define VMAP_SIZE __ulong(0x3b400000) +#define VMAP __ulong(0xc8400000) +#define VMAP_SIZE __ulong(0x37400000) #define VMAP_END END_POINT(VMAP) #define PMAP VMAP