summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 09b416ecccb931966d88c703eff2b2c5926072ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--#set var="pagetitle" value="A Universal Embedded Operating System" -->
<!--#include file="includes/header.html" -->
<p>This is an operating system distribution for embedded devices.  Its design allows it to be built and optimized for any environment and to be configured for any use case.</p>
<div class="features">
	<h2>What makes this system great?</h2>
	<div class="a">
		<h3>Freedom</h3>
		<p>All of the software we provide can be freely used, studied, modified, and distributed.</p>
		<p><a href="about#freedom">See how software freedom benefits you</a></p>
	</div>
	<div>
		<h3>Flexibility</h3>
		<p>This system supports a wide variety of hardware and use cases.</p>
		<p><a href="about#flexibility">See how this system can work for you</a></p>
	</div>
	<div class="a">
		<h3>Size</h3>
		<p>This system is kept as small as possible.</p>
		<p><a href="about#size">See how this system fits your needs</a></p>
	</div>
	<div>
		<h3>Speed</h3>
		<p>This system is designed to boot and run quickly.</p>
		<p><a href="about#speed">See how well this system can perform for you</a></p>
	</div>
</div>
<!--#include file="includes/footer.html" -->