-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (119 loc) · 3.96 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
layout: default
title: BitThunder
overview: true
---
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p class="first">Embedded, robust, real-time, operating system.</p>
</div>
</div>
</section>
<section class="features">
<div class="grid">
<div class="unit one-third">
<h2>Simple</h2>
<p>
Structured, powerful, and organised framework allows you to concentrate on <em>your application</em>.
</p>
<a href="/docs/home" class="">How BitThunder works →</a>
</div>
<div class="unit one-third">
<h2>Scalable</h2>
<p>
BitThunder scales from small micro-controllers to fully featured application processors, adjusting its feature-set
appropriately.
</p>
<a href="/docs/scalability" class="">Read about scalability →</a>
</div>
<div class="unit one-third">
<h2>Open</h2>
<p>
BitThunder is completely open. Under the GPLv2 license, that encourages changes to be submitted upstream.
</p>
<a href="/docs/usage-rules" class="">Simple usage rules →</a>
</div>
<div class="clear"></div>
</div>
</section>
<section class="quickstart">
<div class="grid">
<div class="unit golden-small center-on-mobiles">
<h4>Get up and running <em>in seconds</em>.</h4>
</div>
<div class="unit golden-large code">
<p class="title">Quick-Build Instructions</p>
<div class="shell">
<p class="line">
<span class="path">~/bitthunder/</span>
<span class="prompt">$</span>
<span class="command">make menuconfig</span>
</p>
<p class="line">
<span class="output"># Create a valid configuration.</span>
</p>
<p class="line">
<span class="path">~/bitthunder/</span>
<span class="prompt">$</span>
<span class="command">make</span>
</p>
<p class="line">
<span class="output">Program vmthunder.(elf|img) to the target.</span>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<section class="toolchain">
<div class="grid">
<div class="unit one-third">
<h2>GNU Toolchain</h2>
<p>
There is now a complete end-to-end toolchain with tight BitThunder integration.
</p>
<a href="/docs/toolchain" class="">BitThunder toolchain →</a>
</div>
<div class="unit one-third">
<h2>Kernel Mode Compiler</h2>
<p>
Built with a c library capable of linking directly with the kernel.
</p>
<a href="/docs/toolchain" class="">Kernel Mode Applications →</a>
</div>
<div class="unit one-third">
<h2>User-space Compiler</h2>
<p>
A separate user-space compiler is available that allows posix applications to be compiled, utilising BitThunder's system call interface.
</p>
<a href="/docs/toolchain" class="">User-space Applications →</a>
</div>
<div class="clear"></div>
</div>
</section>
<section class="quickstart">
<div class="grid">
<div class="unit golden-small center-on-mobiles">
<h4>Develop on Windows</em>.</h4>
</div>
<div class="unit golden-large code">
<p class="title">BTDK Toolchain v0.6.1 for Windows</p>
<div class="shell">
<p class="line">
<span class="output">Windows toolchain available now!</span>
</p>
<p class="line">
<span class="output"><a href="https://github.com/bitthunder-toolchain/btdk/releases/download/btdk-0.6.1/btdk-0.6.1-windows.exe">btdk-0.6.1-windows.exe</a></span>
</p>
<p class="line">
<span class="output"><a href="https://github.com/bitthunder-toolchain/btdk/releases/download/btdk-0.6.1/btdk-0.6.1-linux-x64.tar.lzma">btdk-0.6.1-linux-x64.tar.lzma</a></span>
</p>
<p class="line">
<span class="output">Apple OSX release coming soon...</span>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</section>