2020-06-03 14:27:22 +00:00
<!DOCTYPE HTML>
<!--
2020-07-23 19:36:48 +00:00
Identity by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
2020-06-03 14:27:22 +00:00
-->
< html >
2020-07-23 19:36:48 +00:00
< 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" >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
<!-- Wrapper -->
< div id = "wrapper" >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
<!-- Main -->
< section id = "main" >
< header >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< h1 > A2osX< / h1 >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< p > The 2018 operating system for the 2081 computer!< / p >
< / header >
< hr / >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< 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 / >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< footer >
< ul class = "icons" >
< li > < a href = "mailto:info%40a2osx.com" class = "fa-envelope" title = "Email" > Email< / a > < / li >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< li > < a href = "https://twitter.com/a2osx" class = "fa-twitter" target = "_blank" title = "Twitter" > Twitter< / a > < / li >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< li > < a href = "https://www.facebook.com/A2osx-372512896625840" class = "fa-facebook" target = "_blank" title = "Facebook" > Facebook< / a > < / li >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< / ul >
< / footer >
< / section >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
<!-- Footer -->
< footer id = "footer" >
< ul class = "copyright" >
< li > © A2osX< / li >
< li > Design: < a href = "http://html5up.net" > HTML5 UP< / a > < / li >
< / ul >
< / footer >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< / div >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
<!-- 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 >
2020-06-03 14:27:22 +00:00
2020-07-23 19:36:48 +00:00
< / body >
2020-06-03 14:27:22 +00:00
< / html >