files
kolibrios.org/en/index.htm
2025-03-21 12:47:03 +01:00

141 lines
5.6 KiB
HTML

<!DOCTYPE html>
<html lang="en" onmouseup="dropdown_hide()">
<head>
<meta charset="utf-8" />
<title>KolibriOS</title>
<link rel="icon" type="image/x-icon" href="../favicon.ico" />
<meta name="description" content="KolibriOS official site" />
<meta name="keywords"
content="kolibri, kolibrios, колибри, колибриос, colibri, operating system, assembler, калибри, fasm, alternate, open source" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<script src="../script.js"></script>
</head>
<body onkeydown="checkkey(event)">
<div id="lang-dropdown">
<div>
<font bg="lightblue">
<a href="../en/index.htm" class="a-sel"><img src="../i/fl/en.png" alt="en" />English</a>
</font>
<a href="../de/index.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
<a href="../es/index.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
<a href="../fr/index.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
<a href="../it/index.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
<a href="../nl/index.htm"><img src="../i/fl/nl.png" alt="nl" />Nederlands</a>
<a href="../ru/index.htm"><img src="../i/fl/ru.png" alt="ru" />Русский</a>
</div>
</div>
<nav id="menu">
<a href="../en/index.htm" class="a-sel">
<font bg="lightblue">KolibriOS</font>
</a>
<a href="../en/download.htm">Download</a>
<a href="http://board.kolibrios.org">Forum</a>
<a href="http://wiki.kolibrios.org/index.php?title=Main_Page&amp;setlang=en">Wiki</a>
<a href="https://git.kolibrios.org">Git</a>
<button onclick="dropdown_show(this)" id="lang-butt">
<img src="../i/fl/en.png" alt="en" />
</button>
</nav>
<div id="article">
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
<h1>KolibriOS moved to Git!</h1>
<p>
Check our new developers-friendly infrastructure
</p>
<p class="p-link">
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>
</table>
</a>
<p>
<b>KolibriOS</b> is a tiny yet incredibly powerful and fast operating system.
It requires only a few megabyte disk space and 12 MB of RAM to run,
but features a rich set of applications that include word processor, image
viewer, graphical editor, web browser and over 30 exciting games.
It also has full FAT12/16/32 support is implemented, as well as read-only
support for NTFS, exFAT, ISO9660 and Ext2/3/4 and boasts an extensive set of
<a href="http://wiki.kolibrios.org/wiki/Hardware_Support">drivers</a>
for popular sound, network and graphics cards.
</p>
<iframe src="https://www.youtube.com/embed/SATYQyIcimM" allowfullscreen="true"></iframe>
<p>
Have you ever dreamed of a system that boots in less than few seconds from
power-on to working GUI? About applications that start instantly, immediately
after clicking an icon, without annoying hourglass pointers?
This speed is achieved since the core parts of <b>KolibriOS</b>
(kernel and drivers) are written entirely in
<a href="http://www.flatassembler.net" target="_blank">FASM</a>
assembly language!
Try <b>KolibriOS</b> and compare it with such heavyweights as Windows and Linux.
</p>
<p>
<b>KolibriOS</b> has forked off from MenuetOS in 2004, and is run under
independent development since then.
Your <a href="http://board.kolibrios.org">feedback</a> is very much
appreciated, and your
<a href="https://git.kolibrios.org/KolibriOS/kolibrios">help</a>
is even more welcome.
</p>
<p class="p-subscription">
<b>
We hope you will enjoy it!<br />
KolibriOS Team
</b>
</p>
<p class="p-socials">
<a href="https://t.me/kolibrios_news" target="_blank">
<img src="../i/i_telegram.png" />Telegram
</a>
<br />
<a href="https://discord.com/invite/FeB2NvE6bF" target="_blank">
<img src="../i/i_discord.png" />Discord
</a>
<br />
<a href="https://www.facebook.com/groups/kolibrios/" target="_blank">
<img src="../i/i_facebook.png" />Facebook
</a>
<br />
<a href="https://www.reddit.com/r/KolibriOS/" target="_blank">
<img src="../i/i_reddit.png" />Reddit
</a>
</p>
</div>
<div id="footer">
<img src="../i/logo.png" />
<p>
&copy; 2004
<script>document.write("&thinsp;&ndash;&thinsp;" + new Date().getFullYear());</script>
<br />
KolibriOS Team
</p>
</div>
</body>
</html>