blob: fdf70da4cf5f647fb8357948f0b8a3ec08f29608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!--#set var="title" value="What is This System?" -->
<!--#set var="pagetitle" value="About This System" -->
<!--#include file="includes/header.html" -->
<h2>Key Features</h2>
<a name="freedom"><h3>Freedom</h3></a>
<p>All of the software in this system is free/libre/open-source. This allows us to most effectively support each package we provide. It also leaves vendors and users in control of the software they use.</p>
<a name="flexibility"><h3>Flexibility</h3></a>
<p>This system can be built for any hardware that can run a free operating system, and it can use any UNIX-like kernel and system libraries. It can also be configured to serve any vendor's use case.</p>
<a name="size"><h3>Size</h3></a>
<p>This system provides small yet fully-functional programs. Only the essentials are installed by default, allowing an installed system to be as small as possible.</p>
<a name="speed"><h3>Speed</h3></a>
<p>This system is specifically optimized for the hardware on which it runs. And it boots nearly instantly, thanks to the direct execution of the kernel and initialization programs.</p>
<!--#include file="includes/footer.html" -->
|