Here is a typical [[Aranym]] [[http://people.debian.org/~smarenka/aranym/aranym.config|configuration]] file. {{{ [GLOBAL] FastRAM = 768 }}} FastRAM is how much RAM in MB you want aranym to have. Remember to leave some for your host operating system. {{{ Floppy = TOS = EmuTOS = AutoGrabMouse = No GMTime = Yes [LILO] Kernel = vmlinuz-2.6.24-1-atari Args = root=/dev/hda1 console=tty }}} Point {{{Kernel}}} at your linux m68k atari kernel. {{{Args}}} are your linux kernel command arguments. You '''must''' specify root. You may also want to use {{{debug=par}}} to send boot information to aranym's stdout. Custom video arguments look like {{{video=atafb:vga16}}}. {{{ [ETH0] Type = bridge Tunnel = tap2 Mac = 52:54:00:12:01:02 }}} See [[Aranym/Networking]] for details. {{{ [STARTUP] GrabMouse = No Debugger = No [IDE0] Present = Yes IsCDROM = No ByteSwap = No ReadOnly = No Path = disk1.img Cylinders = 6241 Heads = 16 SectorsPerTrack = 63 ModelName = Master [IDE1] Present = Yes IsCDROM = No ByteSwap = No ReadOnly = No Path = disk2.img Cylinders = 20805 Heads = 16 SectorsPerTrack = 63 ModelName = Slave }}} {{{IDE1}}} is an optional second drive image. See [[Aranym/DiskImages]] for more information. {{{ [VIDEO] FullScreen = No BootColorDepth = 8 VidelRefresh = 1 }}} {{{BootColorDepth}}} is also optional and set to taste.