Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 574
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
add rwm init		0x00110000	64k	load "init"
11
 
11
 
12
add dprinter printer 0x10000000
12
add dprinter printer 0x10000000
13
add dkeyboard keyboard 0x10000004 3
13
add dkeyboard keyboard 0x10000000 2
14
 
14