thor-os/index.html
2013-12-20 03:25:50 -08:00

73 lines
3.2 KiB
HTML

<!doctype html>
<!-- The Time Machine GitHub pages theme was designed and developed by Jon Rohan, on Feb 7, 2012. -->
<!-- Follow him for fun. http://twitter.com/jonrohan. Tail his code on http://github.com/jonrohan -->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="stylesheets/stylesheet.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/script.js"></script>
<title>Thor-os</title>
<meta name="description" content="thor-os">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<div class="wrapper">
<header>
<h1 class="title">Thor-os</h1>
</header>
<div id="container">
<p class="tagline">thor-os</p>
<div id="main" role="main">
<div class="download-bar">
<div class="inner">
<a href="https://github.com/wichtounet/thor-os/tarball/master" class="download-button tar"><span>Download</span></a>
<a href="https://github.com/wichtounet/thor-os/zipball/master" class="download-button zip"><span>Download</span></a>
<a href="https://github.com/wichtounet/thor-os" class="code">View Thor-os on GitHub</a>
</div>
<span class="blc"></span><span class="trc"></span>
</div>
<article class="markdown-body">
<h1>
<a name="welcome-to-thor-os-website" class="anchor" href="#welcome-to-thor-os-website"><span class="octicon octicon-link"></span></a>Welcome to thor-os website</h1>
<p>Thor is a minimalistic hobbyist operating system I'm writing to learn more about operating systems.</p>
<p>It is a 64bit OS written C++. It is accompanied by a bootloader written in assembly that loads the kernel from floppy. </p>
<h2>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h2>
<p>This project is distributed under the Boost Software License 1.0. Read <code>LICENSE_1_0.txt</code> for details.</p>
</article>
</div>
</div>
<footer>
<div class="owner">
<p><a href="https://github.com/wichtounet" class="avatar"><img src="https://0.gravatar.com/avatar/e1ed0c2043db6eb30095426cd8f96692?d=https%3A%2F%2Fidenticons.github.com%2F44bf48b26d4216487e816b2efe435bab.png&amp;r=x&amp;s=60" width="48" height="48"/></a> <a href="https://github.com/wichtounet">wichtounet</a> maintains <a href="https://github.com/wichtounet/thor-os">Thor-os</a></p>
</div>
<div class="creds">
<small>This page generated using <a href="http://pages.github.com/">GitHub Pages</a><br/>theme by <a href="https://twitter.com/jonrohan/">Jon Rohan</a></small>
</div>
</footer>
</div>
<div class="current-section">
<a href="#top">Scroll to top</a>
<a href="https://github.com/wichtounet/thor-os/tarball/master" class="tar">tar</a><a href="https://github.com/wichtounet/thor-os/zipball/master" class="zip">zip</a><a href="" class="code">source code</a>
<p class="name"></p>
</div>
</body>
</html>