-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (57 loc) · 2.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css"
href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css"
href="stylesheets/octicons.css">
<link rel="stylesheet" type="text/css"
href="stylesheets/pygment_trac.css" media="screen">
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title> Linux Kernel Library (LKL) </title>
</head>
<body>
<!-- Fork me Ribbon -->
<a href="https://github.com/libos-nuse/net-next-nuse"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<header>
<div class="container">
<h1> LKL: Linux Kernel Library</h1>
</div>
</header>
<div class="container">
<section id="main_content">
<!--
<article>
<h2> News </h2>
<ul>
<li> <a href=https://github.com/thehajime/blog/issues/1> dead or alive: Linux LibOS project in 2016 </a> (a blog post, January 2016) </li>
<li> <a href=http://lwn.net/Articles/639333/> Running the kernel in library mode </a> (Linux Weekly News, April 2015)</li>
<li> <a href=http://www.phoronix.com/scan.php?page=news_item&px=Linux-Library-LibOS> Introducing The Library Operating System For Linux </a> (Phoronix, March 2015)
</ul>
</article>
-->
<article>
<h3> Community </h3>
<ul>
<li><i class="fa fa-envelope fa-1x"> </i>
<a href="https://www.freelists.org/list/linux-kernel-library"> Mailing lists </a> </li>
<li><i class="fa fa-slack fa-1x"> </i> <a href="https://lkl-dev.slack.com/">Slack team</a> (join from <a href="https://join.slack.com/t/lkl-dev/shared_invite/zt-2ilrg4rhy-7CyosWJIJ4ssuuNVsMGohg">here</a> (contact us via github if you found any problems)) </li>
<li><i class="fa fa-github-alt fa-1x"> </i> <a href="https://github.com/lkl/linux"> GitHub </a> </li>
</ul>
</article>
</section>
</div>
</body>
</html>