-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathabout.html
189 lines (147 loc) · 7.1 KB
/
about.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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<!-- Remove this line if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Build a simple opearting system">
<title>About // eXperimental Operating System</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Prompt IE 7 users to install Chrome Frame -->
<!--[if lt IE 8]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div class="container">
<header id="navtop">
<a href="index.html" class="logo fleft">
<img src="img/logo.png" alt="Designa Studio">
</a>
<nav class="fright">
<ul><li><a href="index.html" >Home</a></li>
<li><a href="about.html" class="navactive">About</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="roadmap.html">Roadmap</a></li></ul>
</ul>
</nav>
</header>
<div class="about-page main grid-wrap">
<header class="grid col-full">
<hr>
<p class="fleft">About</p>
</header>
<aside class="grid col-one-quarter mq2-col-full">
<p class="mbottom"> XOS is an instructional tool which makes learning operating system concepts easy.
</p>
<menu>
<ul>
<li><a href="#navproject" class="arrow">The Project</a></li>
<li><a href="#navteam" class="arrow">The Team</a></li>
<li><a href="#navmailinglists" class="arrow">Mailing Lists</a></li>
<li><a href="#navcontribute" class="arrow">Contribute</a></li>
</ul>
</menu>
</aside>
<section class="grid col-three-quarters mq2-col-full">
<!--<img src="img/team.jpg" alt="" > -->
<article id="navproject">
<h2>The Project</h2>
<p> Project <a href="xos-spec.html">XOS</a> or eXperimental Operating System is a platform to help students build a simple Operating System. It is an instructional tool for students to learn and implement OS data structures and functionalities on a simulated machine called <a href="xsm-spec.html">XSM</a> (eXperimental String Machine).
</p>
<p>
The OS is programmed using a custom language known as <a href="spl-spec.html">SPL</a> (System Programmer's Language) and application programs, which run on the OS, are programmed using <a href="apl-spec.html">APL</a> (Application Programmer's Language).
</p>
</article>
<article id="navteam">
<h2>The Team</h2>
<p>
XOS was contributed by five teams in National Institute of Technology, Calicut from 2010 onwards under the guidance of Dr. K Murali Krishnan ([email protected]). The people who contributed to XOS were <br/><br/>
Ajeet Kumar <br/>
Albin Suresh <br/>
Avinash <br/>
Deepak Goyal <br/>
Jeril K George<br/>
K Dinesh <br/>
Mathew Kumpalamthanam <br/>
Naseem Iqbal <br/>
Nitish Kumar <br/>
Ramnath Jayachandran <br/>
Sathyam Doraswamy <br/>
Shamil C M <br/>
Sreeraj S <br/>
Sumesh B <br/>
Vivek Anand T Kallampally <br/>
Yogesh Mishra <br/>
</p>
</article>
<article id="navmailinglists">
<h2>Mailing Lists</h2>
<p>
You may join the XOS-Mailing list for further queries and discussions. Before you join, go through the general <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines">mailing list guidelines</a> given in Fedora Project. </p>
<ul>
<li><b> Users' Mailing List: </b>If you are a student who is undertaking this project. <br/><br/>
<a href="http://groups.google.com/group/xos-users/subscribe" class="button" target="blank"> Subscribe </a>
</li>
<br/>
<li><b> Contributors Mailing List:</b> If you want to contribute to this project, or be a maintainer <br/><br/>
<a href="http://groups.google.com/group/xos-developers/subscribe" class="button" target="blank"> Subscribe </a>
</li><br/>
</ul>
</article>
<article id="navcontribute">
<h2>Contribute</h2>
<p> XOS is maintained as an open-source project in Github at <a href="http://github.com/xosnitc">http://github.com/xosnitc</a>. All the components of the XOS project including this website and documentation are open for contributions from the community You can report issues, submit patches or pull requests and discuss on github. The Github pages of various components are given below <br/>
<br/> SPL (System Programmer's Language) - Design and Compiler <a href="http://github.com/xosnitc/spl" target="_blank"> View on Github </a>
<br/>APL (Application Programmer's Language) - Design and Compiler <a href="http://github.com/xosnitc/apl" target="_blank"> View on Github </a>
<br/>XFS (File System) Interface with UNIX<a href="http://github.com/xosnitc/xfs-interface" target="_blank"> View on Github </a>
<br/> XSM (eXperimental String Machine) Simulator<a href="http://github.com/xosnitc/xsm" target="_blank"> View on Githube </a>
<br/> Documentation<a href="http://github.com/xosnitc/xosdoc" target="_blank"> View on Github </a>
<br/> Website<a href="http://github.com/xosnitc/xosnitc.github.com" target="_blank"> View on Github </a>
<br/>
</article>
</section>
</div> <!--main-->
<div class="divide-top">
<footer class="grid-wrap">
<ul class="grid col-one-third social">
<li><a href="http://github.com/xosnitc">Github</a></li>
</ul>
<div class="up grid col-one-third ">
<a href="#navtop" title="Go back up">↑</a>
</div>
<nav class="grid col-one-third ">
<ul><li><a href="index.html" >Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="roadmap.html">Roadmap</a></li></ul>
</ul>
</nav>
</footer>
</div>
</div>
<!-- Javascript - jQuery
<script src="http://code.jquery.com/jquery.min.js"></script>-->
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="js/selectivizr.js"></script>
<![endif]-->
<script src="js/scripts.js"></script>
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>