# default.mmc configuration file for the example port 9002 host localhost debugmask 0xFFC0 #if mother #debug #verbose exec rom exec ram exec winvram exec timer exec mmixcpu -i -O hello.mmo #endif #if rom address 0x0000000000000000 file bios.img minimized #endif #if ram # 256 KByte size 0x40000 address 0x0000000100000000 minimized #endif #if flash # 64 KByte size 0x10000 address 0x0000000200000000 file flash.img minimized #endif #if keyboard address 0x0001000000000000 interrupt 40 #endif #if screen address 0x0001000000000008 interrupt 41 #endif #if winvram address 0x0002000000000000 fwidth 640 fheight 480 #you can make the actual width/height smaller than the underlying bitmap to get offscscreen memory width 640 height 480 zoom 1 mouseaddress 0x0001000000000010 interrupt 42 gpuaddress 0x0001000000000020 gpuinterrupt 43 fontheight 15 fontwidth 8 #endif #if timer address 0x0001000000000060 interrupt 44 minimized #endif #if serial address 0x0001000000000080 rinterrupt 45 wdisable #winterrupt 46 device COM5 #endif #if sevensegment address 0x0001000000000090 #endif #if led address 0x00010000000000B0 #endif #if disk address 0x00010000000000D0 interrupt 47 #endif #if button color 0xFF0000 label Start interrupt 48 #endif