source: mainline/tools/conf/msim.conf@ 6123753

Last change on this file since 6123753 was d33daf07, checked in by Vojtech Horky <vojtech.horky@…>, 22 months ago

Update msim.conf to work with MSIM > 2.0.0

  • Property mode set to 100644
File size: 357 bytes
Line 
1#
2# MSIM configuration script
3#
4
5add dr4kcpu cpu0
6add dr4kcpu cpu1
7
8add rwm mainmem 0x00000000
9mainmem generic 64M
10mainmem fill 0
11
12add rom bootmem 0x1fc00000
13bootmem generic 4096k
14bootmem load "image.boot"
15
16add dprinter printer 0x10000000
17add dkeyboard keyboard 0x10000000 2
18add dorder order 0x10000100 5
19
20add ddisk disk 0x10000200 6
21disk fmap "hdisk.img"
22
Note: See TracBrowser for help on using the repository browser.