Index: /trunk/platforms/tsar_generic_iob/arch.py
===================================================================
--- /trunk/platforms/tsar_generic_iob/arch.py	(revision 1030)
+++ /trunk/platforms/tsar_generic_iob/arch.py	(revision 1031)
@@ -142,17 +142,17 @@
 
     ### define  bootloader vsegs base addresses and sizes
-    ### We want to pack these 4 vsegs in the same big page
-    ### => boot cost is one BIG page in cluster[0][0]
+    ### We want to pack these 4 vsegs in 2 big pages
+    ### => boot cost two BIG pages in cluster[0][0]
 
     boot_mapping_vbase   = 0x00000000           # ident
-    boot_mapping_size    = 0x00080000           # 512 Kbytes
-
-    boot_code_vbase      = 0x00080000           # ident
-    boot_code_size       = 0x00040000           # 256 Kbytes
-
-    boot_data_vbase      = 0x000C0000           # ident
-    boot_data_size       = 0x000C0000           # 768 Kbytes
-
-    boot_stack_vbase     = 0x00180000           # ident
+    boot_mapping_size    = 0x00100000           # 1 Mbytes
+
+    boot_code_vbase      = 0x00100000           # ident
+    boot_code_size       = 0x00080000           # 512 Kbytes
+
+    boot_data_vbase      = 0x00180000           # ident
+    boot_data_size       = 0x00200000           # 2 Mbytes
+
+    boot_stack_vbase     = 0x00380000           # ident
     boot_stack_size      = 0x00080000           # 512 Kbytes
 
Index: /trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
===================================================================
--- /trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp	(revision 1030)
+++ /trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp	(revision 1031)
@@ -799,4 +799,5 @@
 
     SC_METHOD(init);
+    dont_initialize();
 
 } // end constructor
