-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (56 loc) · 4.2 KB
/
index.html
File metadata and controls
64 lines (56 loc) · 4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- zdeVnorMakra
-->
<meta name="editor" content="/usr/bin/vi"/>
<meta name="author" content="Petr Stehlik"/>
<meta name="keywords" content="Atari ARAnyM powerful TOS clone"/>
<title>About ARAnyM</title>
<style type="text/css" media="all">@import "layout.css";</style>
</head>
<body>
<!-- myTopHeaderBegin -->
<div id="Header"><a href="https://aranym.github.io/" title="ARAnyM Web"> Atari Running on Any Machine</a></div>
<!-- myTopHeaderEnd -->
<!-- myLeftMenuName(`About') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
About<br />
<a href="features.html" title="Feature List">Features</a><br />
<a href="news.html" title="Site News">News</a><br />
<a href="download.html" title="Files for Download">Download</a><br />
<a href="afros.html" title="Atari FRee OS">AFROS</a><br />
<a href="livecd.html" title="ARAnyM Live CD">Live CD</a><br />
<a href="https://github.com/aranym/aranym/wiki" title="Documentation in Wiki">Documentation</a><br />
<a href="screenshots.html" title="Screenshots">Screenshots</a><br />
<a href="contact.html" title="Contact address">Contact</a><br />
<a href="development.html" title="Development">Development</a><br />
<a href="https://github.com/aranym/" title="GitHub Project Page">GitHub Project</a><br />
<a href="links.html" title="Links">Links</a><br />
</div>
<!-- myLeftMenuEnd -->
<div id="Content">
<h1>ARAnyM</h1>
<p>ARAnyM is a software virtual machine (similar to <a href="https://www.virtualbox.org/">VirtualBox</a> or <a href="https://bochs.sourceforge.net/">Bochs</a>) designed and developed for running 32-bit Atari ST/TT/Falcon operating systems (TOS, FreeMiNT, MagiC and Linux-m68k) and TOS/GEM applications on any kind of hardware - be it an IBM clone (read it as "PC" :-), an Apple, an Unix server, a graphics workstation or even a portable computer.</p>
<p>ARAnyM is not meant as an emulator of Atari Falcon (even though it has a rather high Falcon software compatibility and includes most of Falcon custom chips including VIDEL and DSP). ARAnyM is better in the sense that it's not tied to specification of an existing Atari machine so we were free to select the most complete CPU (68040 with MMU) and FPU (68882), add loads of RAM (up to 4 GB), host accelerated graphics (even with OpenGL) and direct access to various host resources including sound, disk drives, optical storage devices (CD/DVD-ROMs), parallel port and more.</p>
<p>Some of us like to think that ARAnyM is yet another TOS clone similar to Medusa, Hades or Milan, but actually much cheaper (because it's free software) and way more powerful (because the host hardware gets faster every day). One of our goals - to create a distribution installable from a CD that would turn any PC machine into full featured Atari power machine - can be tested with the <a href="livecd.html">ARAnyM/AFROS Live CD</a>. Maybe some hardware vendor could even sell preconfigured computers that would boot directly to TOS desktop... That could help some of the remaining Atari users that wish to upgrade their Atari machines.</p>
<p><a href="https://validator.w3.org/check/referer"><img
src="https://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!"
height="31" width="88" border="0" align="left" /></a>
<a href="https://jigsaw.w3.org/css-validator/validator?uri=https://aranym.github.io/index.html"><img
style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"
border="0"/></a>
<a href="https://www.anybrowser.org/campaign/"><img src="img/anybrowser.gif" width="88" height="31" alt="Viewable With Any Browser" border="0"/></a>
<a href="https://elvis.the-little-red-haired-girl.org/"><img src="img/vi.gif" width="88" height="31" alt="Made With VI" border="0"/></a>
</p>
<p align="center">Copyright 2002 - 2017 by <a href="mailto:pstehlik@sophics.cz">Petr Stehlik</a></p>
</div>
</body>
</html>