Index: contrib/conf/msim.conf
===================================================================
--- contrib/conf/msim.conf	(revision 77147d661d2618164797b94b11103b201453bdc9)
+++ contrib/conf/msim.conf	(revision 021d471663b9f267f1999923f91fc387f1943aca)
@@ -8,5 +8,5 @@
 add rwm mainmem		0x00100000	16M	load "kernel.bin"
 add rom startmem	0x1fc00000	1k	load "load.bin" 
-add rwm init		0x00110000	64k	load "init"
+add rwm init            0x20000000      1M      load "init
 
 add dprinter printer 0x10000000
Index: contrib/conf/spmips.conf
===================================================================
--- contrib/conf/spmips.conf	(revision 77147d661d2618164797b94b11103b201453bdc9)
+++ contrib/conf/spmips.conf	(revision 021d471663b9f267f1999923f91fc387f1943aca)
@@ -22,5 +22,6 @@
               (0x180003fe,      tty0,         0,            6,          1),
               (0x180003ff,      tty0,         0,            7,          1),
-              (0x1c000000,      hfs0,         0,            0,         16))
+              (0x1c000000,      hfs0,         0,            0,         16),
+	      (0x20000000,	initmem0,     0,	    0,	0x20000))
 }
 
@@ -37,4 +38,14 @@
 	size: 0x08000000
 }
+
+OBJECT initmem0 TYPE ram {
+	image: initmem0-image
+}
+OBJECT initmem0-image TYPE image {
+	queue: cpu0
+	size: 0x20000
+	files: (("../../../uspace/init/init", "ro", 0,0))
+}
+
 OBJECT rom0 TYPE rom {
 	image: rom0-image
