source: mainline/contrib/conf/msim.conf@ edf5774

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since edf5774 was edebc15c, checked in by Martin Decky <martin@…>, 17 years ago

physical memory detection in MSIM (discontinous regions supported)
remove Sgi Indy (ARC) support — it was unmaintaned, untested for years and without uspace support

  • Property mode set to 100644
File size: 296 bytes
Line 
1#
2# MSIM configuration script
3#
4
5add dcpu cpu0
6
7add rwm mainmem 0x00000000
8mainmem generic 16M
9mainmem load "/dev/zero"
10
11add rom bootmem 0x1fc00000
12bootmem generic 4096k
13bootmem load "image.boot"
14
15add dprinter printer 0x10000000
16add dkeyboard keyboard 0x10000000 2
17add dorder order 0x10000004 5
Note: See TracBrowser for help on using the repository browser.