-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopers.html
172 lines (165 loc) · 6.04 KB
/
developers.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<html>
<!-- Mirrored from www.akaros.org/akaros-web/developers.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 21:34:01 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Akaros Home Page</title>
<link href="akaros.css" rel="stylesheet" type="text/css">
<!-- Start of Google Analytics Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22440912-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End of Google Analytics Code -->
</head>
<body>
<center>
<table bordercolor="#006633" border="8" width="800" cellpadding="4">
<tbody>
<tr align="CENTER">
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td>
<img src="akaros.png" width=350>
</td>
<td align="TOP">
<p>
Akaros® is an open source, GPL-licensed operating system for manycore architectures.
Our goal is to provide support for parallel and high-performance applications and to scale to a large number of cores.
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=center>
This research is supported in part by the <a href=http://www.nsf.gov/>National Science Foundation</a>,
under grants <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1320005><b>#1320005</b></a> and <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1016714><b>#1016714</b></a>, and by the <a href=http://www.energy.gov/>Department of Energy</a> under grant #7086471.
</td>
</tr>
<tr>
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td valign="TOP" align="CENTER" width="25%">
<table border="0" width="100%" height=400>
<tbody>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="news.html">News</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="overview.html">Overview</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="papers_and_talks.html">Papers and Talks</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="getting_started.html">Getting Started</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="license_info.html">License Info</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="resources.html">Resources</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="community.html">Community</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="https://github.com/brho/akaros/issues">Report Bugs</a></td></tr>
</tbody>
</table>
</td>
<td valign="TOP" align="LEFT">
<center><h3>Developers</h3></center>
<hr>
<p>
Meet the developers!
</p>
<table border=0>
<tr>
<td>
<img src=BarretRhoden.jpg width=100%>
</td>
<td>
<b>Barret Rhoden <brho></b><br>
Lead developer and nth-year graduate student working on just about all aspects of the Akaros kernel and user libraries.
If it involves concurrency, giraffes, the core kernel systems, brutal details, process interfaces, merchandising, event delivery, or funny printks, then call him.
</td>
</tr>
<tr>
<td>
<img src=KevinKlues.jpg width=100%>
</td>
<td>
<b>Kevin Klues <klueska></b><br>
An (n-1)th-year graduate student working on the internals of Akaros kernel, the
user/kernel interface, and a linux compatibility layer for user space
applications. In a past life he was a lead developer on the
<a href="http://www.tinyos.net/">TinyOS project</a>, and still maintains several
of its core subsystems.
</td>
</tr>
<tr>
<td>
<img src=DavidZhu.jpg width=100%>
</td>
<td>
<b>David Zhu <yuzhu></b><br>
An nth-year graduate student. His current focus is on the internals of the
networking subsystem and asynchronous remote system calls.
</td>
</tr>
<tr>
<td>
<img src=AndrewWaterman.jpg width=100%>
</td>
<td>
<b>Andrew Waterman <waterman></b><br>
An (n-1)th-year graduate student focusing mostly on computer architecture, not
operating systems. He maintains the RISC port of Akaros.
</td>
</tr>
<tr>
<td>
<img src=RonMinnich.jpg width=100%>
</td>
<td>
<b>Ron Minnich <rminnich></b><br>
A Googler who recently joined the Akaros effort. Ron earlier worked on
the coreboot project (which he started in 1999) and Plan 9 on
supercomputers, as well as lots of clustering and HPC stuff over the
years. Ron's focus on Akaros at this point is making sure the main
developers don't regret their decision to mate giraffes with bunnies,
and getting the VM support working. For time perspective, Ron has two
data points: it took 15 years to get one of the x86 vendors to
acknowledge coreboot's existence; and, every operating system, once it
hits the 20 year mark, starts on the downward slope. Not that he's
pointing any fingers.
</td>
</tr>
</table>
<hr>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr><td>
<p>
Problems with this page?<br>
Email Kevin Klues
<a href="mailto:[email protected]"><[email protected]><a>
<br>
Akaros is a registered trademark of Barret Rhoden
</p>
</td></tr>
</table>
</center>
</body>
<!-- Mirrored from www.akaros.org/akaros-web/developers.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 21:34:09 GMT -->
</html>