source:
mainline/contrib/conf/msim.conf@
a6cb8cb
Last change on this file since a6cb8cb was 1f385a68, checked in by , 19 years ago | |
---|---|
|
|
File size: 337 bytes |
Rev | Line | |
---|---|---|
[94f0ae4] | 1 | # |
2 | # MSIM configuration script | |
3 | # | |
4 | ||
5 | add dcpu mips1 | |
6 | ||
[b629483] | 7 | add rwm mainmem 0x0 8M load "/dev/zero" |
[b6d4566] | 8 | add rom startmem 0x1fc00000 1024k load "image.boot" |
[14b502e2] | 9 | add rwm ns 0x01000000 1M load "ns" |
10 | add rwm init 0x01100000 1M load "init" | |
[1f385a68] | 11 | add rwm kbd 0x01200000 1M load "kbd" |
[94f0ae4] | 12 | |
13 | add dprinter printer 0x10000000 | |
[705b4149] | 14 | add dkeyboard keyboard 0x10000000 2 |
Note:
See TracBrowser
for help on using the repository browser.