Index: contrib/conf/gxemul.sh
===================================================================
--- contrib/conf/gxemul.sh	(revision b6d4566fc9565b3a6eff5c6344350e4dbf778359)
+++ contrib/conf/gxemul.sh	(revision e09b75cb3dd1c9704e1bb95edaefb2fb3774cf1a)
@@ -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:init kernel.bin 
+	gxemul $@ -E testmips -X 0x81800000:ns 0x81900000:init kernel.bin 
Index: contrib/conf/msim.conf
===================================================================
--- contrib/conf/msim.conf	(revision b6d4566fc9565b3a6eff5c6344350e4dbf778359)
+++ contrib/conf/msim.conf	(revision e09b75cb3dd1c9704e1bb95edaefb2fb3774cf1a)
@@ -7,5 +7,6 @@
 add rwm	mainmem		0x0			8M		load	"/dev/zero"
 add rom startmem	0x1fc00000		1024k		load	"image.boot" 
-add rwm init		0x01000000		1M		load	"init"
+add rwm ns		0x01000000		1M		load	"ns"
+add rwm init		0x01100000		1M		load	"init"
 
 add dprinter printer 0x10000000
