- Finished all locale pages - Updated styles, fixed some mobile problems - Updated texts on index page - Fixed flask locales search error, now it throws 404 - Something else, that I already forgot
49 lines
1.9 KiB
HTML
49 lines
1.9 KiB
HTML
{% extends 'tmpl/index.htm' %}
|
|
|
|
{% block content %}
|
|
{% include 'tmpl/_git.htm' %}
|
|
|
|
<p>
|
|
<b>KolibriOS</b> is a tiny yet incredibly powerful and fast operating
|
|
system for x86-compatible PCs.
|
|
It requires only a few megabytes of disk space, an i586 processor,
|
|
and 12 MB of RAM to run.
|
|
Despite its small size, it includes a rich set of applications such as a text editor,
|
|
image viewer, graphic editor, web browser, and over 30 exciting games.
|
|
It offers full support for FAT12/16/32 file systems, read-only access to
|
|
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>
|
|
|
|
{% endblock %}
|