Index: trunk/Softwares/Common/ldscript/or32.ld
===================================================================
--- trunk/Softwares/Common/ldscript/or32.ld	(revision 100)
+++ trunk/Softwares/Common/ldscript/or32.ld	(revision 101)
@@ -6,5 +6,5 @@
 
 /*
- * Memory Mapping
+ * Memory Mapping : cf ${MORPHEO_TOPLEVEL}/IPs/systemC/shared/mapping_memory.h
  */
 
@@ -13,5 +13,5 @@
 	iram     : ORIGIN = 0x00000000, LENGTH = 0x01000000
 	dram     : ORIGIN = 0x10000000, LENGTH = 0x10000000
-	dram_unc : ORIGIN = 0x40000000, LENGTH = 0x01000000
+	dram_unc : ORIGIN = 0x80000000, LENGTH = 0x01000000
 }
 
@@ -20,8 +20,9 @@
  * grows down.
  */
-PROVIDE (_stack       = 0x52000000 - 4);
-PROVIDE (__stack      = 0x52000000 - 4);
+PROVIDE (_stack       = 0x42000000 - 4);
 PROVIDE (_stack_alloc = 0x00500000    );
 PROVIDE (_tty         = 0xa0000000    );
+PROVIDE (_ramlock     = 0xb0000000    );
+PROVIDE (_sim2os      = 0xc0000000    );
 
 SECTIONS
