Subversion Repositories HelenOS-historic

Rev

Rev 794 | Rev 825 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 794 Rev 814
Line 2... Line 2...
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             1M	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            0x20000000      1M      load "init
10
add rwm init            0x20000000      1M      load "init
11
 
11
 
12
add dprinter printer 0x10000000
12
add dprinter printer 0x10000000