Size: 1413
Comment:
|
← Revision 5 as of 2009-03-16 03:33:22 ⇥
Size: 1415
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Here is a typical ["Aranym"] [http://people.debian.org/~smarenka/aranym/aranym.config configuration] file. | Here is a typical [[Aranym]] [[http://people.debian.org/~smarenka/aranym/aranym.config|configuration]] file. |
Line 31: | Line 31: |
See ["Aranym/Networking"] for details. | See [[Aranym/Networking]] for details. |
Line 61: | Line 61: |
{{{IDE1}}} is an optional second drive image. See ["Aranym/DiskImages"] for more information. | {{{IDE1}}} is an optional second drive image. See [[Aranym/DiskImages]] for more information. |
Here is a typical Aranym 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.