OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / Documentation / ATARI-ARAnyM-HOWTO
1 ATARI-ARAnyM
2 ------------
3
4 The Atari/Atari vendor/target is setup to run on the ARAnyM (Atari
5 Running on ANY Machine) emulator (see http://aranym.org).
6
7 I just used the standard Ubuntu package install of aranym, which is
8 version 0.9.9 as of this writing. You need an appropriate config file,
9 and then you simply run something like:
10
11   aranym-mmu -l -c /tmp/config
12
13
14 And that config file contains something like:
15
16         [GLOBAL]
17         FastRAM = 196
18         AutoGrabMouse = No
19
20         [LILO]
21         Kernel = /home/gerg/uClinux-dist/images/vmlinux.gz
22         Args = root=/dev/ram load_ramdisk=1 ramdisk_size=4096 video=atafb:tthigh console=tty0 debug stram_swap=0
23         Ramdisk = /home/gerg/uClinux-dist/images/ramdisk
24
25         [ETH0]
26         Type = bridge
27         Tunnel = tap0
28
29         [STARTUP]
30         GrabMouse = No
31         Debugger = No
32
33
34 The target is a very small and simple configuration, nothing fancy.
35