source: mainline/contrib/conf/msim.conf@ 897f2e76

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 897f2e76 was 14b502e2, checked in by Ondrej Palkovsky <ondrap@…>, 19 years ago

Added support for more processes in mips.

  • Property mode set to 100644
File size: 297 bytes
Line 
1#
2# MSIM configuration script
3#
4
5add dcpu mips1
6
7add rwm mainmem 0x0 8M load "/dev/zero"
8add rom startmem 0x1fc00000 1024k load "image.boot"
9add rwm ns 0x01000000 1M load "ns"
10add rwm init 0x01100000 1M load "init"
11
12add dprinter printer 0x10000000
13add dkeyboard keyboard 0x10000000 2
Note: See TracBrowser for help on using the repository browser.