Differences between revisions 3 and 4
Revision 3 as of 2008-06-12 00:56:50
Size: 1355
Editor: ?smarenka
Comment:
Revision 4 as of 2008-06-13 14:06:33
Size: 1413
Editor: ?smarenka
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Here is a typical ["Aranym"] configuration file. 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.

[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.