Subversion Repositories HelenOS-historic

Rev

Rev 501 | Rev 509 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 501 Rev 506
1
#
1
#
2
# MSIM configuration script
2
# MSIM configuration script
3
#
3
#
4
 
4
 
5
add dcpu mips1
5
add dcpu mips1
6
 
6
 
7
add rwm	firstmem        0x0             128k	load "/dev/zero"
7
add rwm	firstmem        0x0             128k	load "/dev/zero"
8
add rwm mainmem		0x00100000	16M	load "kernel.bin"
8
add rwm mainmem		0x00100000	16M	load "kernel.bin"
9
add rom startmem	0x1fc00000	1k	load "load.bin" 
9
add rom startmem	0x1fc00000	1k	load "load.bin" 
-
 
10
add rwm init		0x00110000	64k	load "init"
10
 
11
 
11
add dprinter printer 0x10000000
12
add dprinter printer 0x10000000
12
 
13