-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.48 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.48 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>minimOS: retro computer architecture</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="emiliollbb" />
<meta name="keywords" content="Durango 6502 retro @zuiko21">
</head>
<body style="font-family:'DIN 30640 Std', 'Neuzeit Grotesk', 'ITC Avant Garde', Futura, 'Century Gothic', 'URW Gothic', sans-serif">
<p align="right"><a href="index-es.html"><img src="html/pics/es.png" width="80" height="53" /><br />En español</a></p>
<img src="other/data/minimOS.png" alt="minimOS logo" width="318" height="69" />
<h2>A retro-inspired architecture</h2>
<p>
Home of the <a href="html/durango.html"><i>Durango-X</i> computer project</a><br />
<a href="html/durango.html"><img src="other/data/durango-x.png" /></a>
</p>
<h3><a href="html/arch.html">Overview</a></h3>
<h3><a href="html/hist.html">Development history</a></h3>
<h3>The Hardware:</h3>
<ul>
<li>SDd/Chihuahua</li>
<li>Durango</li>
<li><i>Abandoned projects</i></li>
</ul>
<h3>The Software</h3>
<ul>
<li>Firmware</li>
<li>The <b>minimOS</b> kernel</li>
<li>Tools and Utilities</li>
<li>Application Software</li>
<li>Games</li>
</ul>
<h4 style="color:red"><i>Under construction!</i></h4>
<p align="right">Last modified: 2022-05-30</p>
</body>
</html>