Website/nanite.html
Tyler McGurrin db8aff42cf GROAN
2025-07-10 19:13:54 -04:00

57 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>NANITE</title>
<link rel="icon" href="resource/logo.jpg" type="image/icon type">
<link href="resource/nanite-style.css" rel="stylesheet" type="text/css" media="all">
</head>
<header>
<a href="index.html"><button>Home</button></a>
<a href="about.html"><button>About Me</button></a>
<a href="nanite.html"><button>Nanite</button></a>
<a href="download/"><button>Downloads</button></a>
<a href="https://github.com/PKM74"><button>Github</button></a>
<a href="https://youtube.com/@xirc2ps"><button>Youtube</button></a>
<a href="https://steamcommunity.com/id/PKM74/"><button>Steam</button></a>
</header>
<div class="full">
<body>
<h1>NANITE OS</h1>
<img src="https://img.shields.io/github/issues/PKM74/Nanite">
<img src="https://img.shields.io/github/commit-activity/t/PKM74/Nanite">
<img src="https://img.shields.io/github/languages/count/PKM74/Nanite">
<img src="https://img.shields.io/github/languages/top/PKM74/Nanite">
<img src="https://img.shields.io/github/repo-size/PKM74/Nanite">
<img src="https://img.shields.io/github/license/PKM74/Nanite">
<p>
A very Small Operating system designed for X86 Computers.
<a href="https://github.com/PKM74/Nanite">Nanite's Github Page</a><br>
Runs on older computers such as a Pentium (i586) Class Machine.<br>
I however would recomend atleast a Pentium 2 Class System or higher.
</p>
<h2>Features</h2>
<ul>
<li>Support for the GNU GRUB 2 Bootloader and Multiboot V2</li>
<li>Custom Theme for GRUB (Not Complete Yet!)</li>
<li>Basic Memory Paging</li>
<li>Support for Floppy Disk Drives (FDDs)</li>
<li>Basic Serial (RS-232) Support</li>
<li>Keyboard Input</li>
</ul>
Note: Kernel is currently under very heavy development.
All things are subject to change at any time.
</body>
</div>
<div class="centre">
<footer>
<img src="icons/slackware.jpg" height="40" alt="slackware">
<img src="icons/apache-powered.jpg" height="30" alt="apache-powered">
<br>Xircon.net Copyright 2025
</footer>
</div>
</html>