Index: /soft/giet_vm/sort/main.c
===================================================================
--- /soft/giet_vm/sort/main.c	(revision 311)
+++ /soft/giet_vm/sort/main.c	(revision 312)
@@ -92,5 +92,5 @@
 
     giet_vobj_get_vbase( "sort" , 
-                         "nb_thread", 
+                         "args", 
                          (unsigned int*)&nb_thread );
     
Index: /soft/giet_vm/sort/sort.ld
===================================================================
--- /soft/giet_vm/sort/sort.ld	(revision 311)
+++ /soft/giet_vm/sort/sort.ld	(revision 312)
@@ -3,6 +3,6 @@
 *****************************************************************************/
 
-seg_code_base      = 0x00400000;
-seg_data_base      = 0x00500000;
+seg_code_base      = 0x10000000;
+seg_data_base      = 0x20000000;
 
 /***************************************************************************
