mirror of
https://github.com/A2osX/A2osX.git
synced 2024-10-31 23:09:33 +00:00
94 lines
2.6 KiB
HTML
94 lines
2.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Identity by HTML5 UP
|
|
html5up.net | @n33co
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
-->
|
|
<html>
|
|
<head>
|
|
|
|
<title>A2osX</title>
|
|
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
|
</head>
|
|
<body class="is-loading">
|
|
|
|
<!-- Wrapper -->
|
|
<div id="wrapper">
|
|
|
|
<!-- Main -->
|
|
<section id="main">
|
|
|
|
<header>
|
|
|
|
|
|
|
|
<h1>A2osX</h1>
|
|
|
|
|
|
|
|
<p>The 2018 operating system for the 2081 computer!</p>
|
|
|
|
</header>
|
|
<hr />
|
|
|
|
|
|
|
|
<p>A2osX is a cooperative, event-driven multitasking kernel (meaning it is applications that are responsible to give back control to kernel) Its principal goal is to collect all "genius" 65c02 pieces of code ever written here and there, concentrated in the same environment. (including IP Stack & HTTPD/TELNETD, Shell, Utils & tools) "Complete working place", no needing any more to reboot to switch between tons of diskettes!!!</p>
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<ul class="icons">
|
|
|
|
<li><a href="mailto:info%40a2osx.com" class="fa-envelope" title="Email">Email</a></li>
|
|
|
|
|
|
|
|
<li><a href="https://twitter.com/a2osx" class="fa-twitter" target="_blank" title="Twitter">Twitter</a></li>
|
|
|
|
|
|
|
|
<li><a href="https://www.facebook.com/A2osx-372512896625840" class="fa-facebook" target="_blank" title="Facebook">Facebook</a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</footer>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<ul class="copyright">
|
|
|
|
<li>© A2osX</li>
|
|
|
|
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
|
</ul>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
<!-- Scripts -->
|
|
<!--[if lte IE 8]><script src="assets/js/respond.min.js"></script><![endif]-->
|
|
<script>
|
|
if ('addEventListener' in window) {
|
|
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
|
|
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
|
|
}
|
|
</script>
|
|
|
|
|
|
</body>
|
|
</html>
|