Index: arch/mips32/src/mips32.c
===================================================================
--- arch/mips32/src/mips32.c	(revision 7d86d77148a8a2d5db9d9754dd5ae38d8f67705c)
+++ arch/mips32/src/mips32.c	(revision 997a1b19c905ad6cfdeac383ee37278849f653de)
@@ -62,5 +62,5 @@
 {
 	/* Setup usermode */
-	init.cnt = 5;
+	init.cnt = 6;
 	init.tasks[0].addr = INIT_ADDRESS;
 	init.tasks[0].size = INIT_SIZE;
@@ -73,5 +73,6 @@
 	init.tasks[4].addr = INIT_ADDRESS + 0x400000;
 	init.tasks[4].size = INIT_SIZE;
-
+	init.tasks[5].addr = INIT_ADDRESS + 0x500000;
+	init.tasks[5].size = INIT_SIZE;
 }
 
Index: contrib/conf/gxemul.sh
===================================================================
--- contrib/conf/gxemul.sh	(revision 7d86d77148a8a2d5db9d9754dd5ae38d8f67705c)
+++ contrib/conf/gxemul.sh	(revision 997a1b19c905ad6cfdeac383ee37278849f653de)
@@ -2,3 +2,3 @@
 # Uspace addresses outside of normal memory (kernel has std. 8 or 16MB)
 # we place the pages at 24M
-	gxemul $@ -E testmips -X 0x81800000:../uspace/ns/ns 0x81900000:../uspace/kbd/kbd 0x81a00000:../uspace/fb/fb 0x81b00000:../uspace/init/init 0x81c00000:../uspace/console/console kernel.bin 
+	gxemul $@ -E testmips -X 0x81800000:../uspace/ns/ns 0x81900000:../uspace/kbd/kbd 0x81a00000:../uspace/fb/fb 0x81b00000:../uspace/init/init 0x81c00000:../uspace/console/console 0x81d00000:../uspace/tetris/tetris kernel.bin 
Index: contrib/conf/msim.conf
===================================================================
--- contrib/conf/msim.conf	(revision 7d86d77148a8a2d5db9d9754dd5ae38d8f67705c)
+++ contrib/conf/msim.conf	(revision 997a1b19c905ad6cfdeac383ee37278849f653de)
@@ -12,4 +12,5 @@
 add rwm console		0x01300000	1M	load	"console"
 add rwm init		0x01400000	1M	load	"init"
+add rwm tetris		0x01500000	1M	load	"tetris"
 
 add dprinter printer 0x10000000
