-
Notifications
You must be signed in to change notification settings - Fork 5
/
releases.html
74 lines (64 loc) · 2.51 KB
/
releases.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="stylesheet" type="text/css" href="stylesheets/reset.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/button.css" />
<title>The Hecatonchire Project</title>
<script type="text/javascript" src="javascripts/google.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<div id="banner">
<img src="images/logo2.png" style="width:80px; float:left;"/>
<div> <h1>The Hecatonchire Project</h1>
<h2>- scaling many to one</h2> </div>
</div>
</div>
<div id="menubar">
<div id="mainmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="started.html">Getting Started</a></li>
<li><a href="https://github.com/hecatonchire/hecatonchire.github.com/wiki">Docs</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a class="current" href="releases.html">Releases</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
<br style="clear:left"/>
</div>
</div>
<div id="mainframe">
<div id="maincontent">
<h1>Heca Release Notes</h1>
<h2>Heca-v0.1.0 (06 February 2012)</h2>
<p>This is the first official branch with all features to date included.</p>
<h3><i>heca-linux features</i></h3>
<ul>
<li>Full Integration with Linux MM</li>
<li>Shared Virtual Address Space</li>
<li>RDMA and zero-copy</li>
<li>Page pool</li>
<li>RRAIM (active-passive-passive)</li>
<li>Page prefetching</li>
<li>Coherent sharing</li>
</ul>
<h3><i>libheca features</i></h3>
<ul>
<li>Simple API for master and client initialization</li>
</ul>
<h3><i>qemu-heca features</i></h3>
<ul>
<li>Transparent memory aggregation</li>
<li>Live migration</li>
</ul>
</div>
</div>
</div>
</body>
</html>