-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
77 lines (70 loc) · 3.72 KB
/
Copy pathlinks.html
File metadata and controls
77 lines (70 loc) · 3.72 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
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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>ARAnyM Links</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(`Links') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
<a href="index.html" title="About ARAnyM">About</a><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 />
Links<br />
</div>
<!-- myLeftMenuEnd -->
<div id="Content">
<h1>WWW Links</h1>
<p><h2>ARAnyM related links</h2>
<ul>
<li><a href="http://phoenix.inf.upol.cz/~opichals/aranym/index.html">Stan's ARAnyM page</a> documenting the progress with interesting screenshots</li>
<li><a href="http://arnaud.bercegeay.free.fr/ezaramint/index.html">EasyMiNT-on-AFROS</a> great step-by-step installation guide written by Arnaud BERCEGEAY</li>
<li><a href="https://eureka.atari.org/xa-my-aes.zip">Xa-My-AES</a> is a boot disk image that contains both XaAES and MyAES. Created and kept up-to-date by Francois LE COAT.</li>
<li><a href="http://helijah.free.fr/Pack_3D/Pack_3D.html">Pack 3D</a> is a ready to run package containing ARAnyM and a fine-tuned Atari setup for Linux, Windows and Mac OS X. Created and kept up-to-date by Francois, Olivier and Emmanuel.</li>
</ul>
</p>
<p><h2>ARAnyM, AFROS and the Live CD make use <small>(in the best spirit of Open Source and Free Software)</small> fruits of the following projects</h2>
<ul>
<li><a href="http://emutos.sf.net/">EmuTOS</a> Free TOS replacement</li>
<li><a href="http://www.freemint.de/">FreeMiNT</a> Multitasking TOS compatible OS </li>
<li><a href="http://www.klockars.net/">fVDI</a> Free/Fast VDI </li>
<li><a href="http://xaaes.atari.org/">XaAES</a> Free and much improved AES </li>
<li><a href="http://solair.eunet.yu/~vdjole/teradesk.htm">Teradesk</a> Free Desktop <small></small></li>
</ul>
</p>
<p><h2>Open Source Emulators that provided ideas and some source code</h2>
<ul>
<li><a href="http://stonx.sf.net/">STonX</a> ST emulator for Unix</li>
<li><a href="http://hatari.sf.net/">Hatari</a> ST emulator using SDL</li>
<li><a href="http://www.freiburg.linux.de/~uae/">UAE</a> Unusable Amiga Emulator</li>
<li><a href="http://www.uni-mainz.de/~bauec002/B2Main.html">Basilisk II</a> 68k Mac emulator</li>
<li><a href="http://bochs.sf.net/">Bochs</a> IBM PC emulator</li>
</ul>
</p>
<p><h2>Development tools</h2>
<ul>
<li><a href="http://www.libsdl.org/">SDL</a> multiplatform portable I/O library</li>
</ul>
</p>
</div>
</body>
</html>