-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (140 loc) · 6.24 KB
/
index.html
File metadata and controls
161 lines (140 loc) · 6.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OpenMach Project">
<meta name="keywords" content="kernel,operating system, os, mach, unix">
<meta name="copyright" content="Copyright © 2015 The OpenMach Project. All rights reserved.">
<title>OpenMach</title>
<link rel="icon" href="/images/favicon.ico" />
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/openmach.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]>
<script src="../../assets/js/ie8-responsive-file-warning.js"/>
<![endif]-->
<script src="js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements
and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"/>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"/>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right" role="tablist">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="docs.html">Docs</a></li>
</ul>
<!--
<img src="/images/openmach.png" alt="OpenMach" style="float: left;
padding-right: 10px; width:10em; max-width:50px"/>
-->
<h3 class="text-muted">OpenMach</h3>
</div>
<!--
<div class="jumbotron">
<p>
Lorem ipsum...
</p>
</div>
-->
<div class="row marketing">
<div class="col-lg-12">
<p>
OpenMach is an experimental operating system developed with
the goal of advancing operating system research. It is based on
the UK22 release of Mach 4 released on March 29, 1996. This project
builds on the ideas from the original Mach kernel at Carnegie
Mellon University, the later Mach 4 kernel from University of Utah,
and design philosophies from systems that have emerged in
recent years that show considerable promise. The result will
be a very small, privileged kernel coupled with tightly knit
user mode servers and user level libraries to provide applications
a highly secure, robust and performant environment in which to
execute.
</p>
<!-- License -->
<h4>License</h4>
<p>
OpenMach is released under the
<a href="http://opensource.org/licenses/BSD-2-Clause"> BSD 2-Clause License</a>.
</p>
<!-- Source -->
<h4>Source</h4>
<p>
The latest copy of the sources for OpenMach can be obtained using
<a href="http://git-scm.com/">Git</a> from
<a href="https://github.com/openmach/openmach.git">
https://github.com/openmach/openmach.git</a>
[<a href="https://github.com/openmach/openmach">Browse Code</a> | <a
href="https://github.com/openmach/openmach/archive/master.zip">
Download zip</a> | <a
href="https://github.com/openmach/openmach/archive/master.tar.gz">
Download tar.gz</a>]
</p>
<p>
<b>Building</b><br />
<blockquote>
<font size="2em">
git clone https://github.com/openmach/openmach.git openmach <br />
cd openmach && mkdir obj && cd obj <br />
../i386/configure --with-elf --enable-debug <br />
make <em>(or gmake in the case of FreeBSD)</em>
</font>
</blockquote>
On successful build, you can use the sample (<a
href="https://raw.githubusercontent.com/openmach/openmach.github.io/master/samples/buildimg_fbsd.sh">freebsd</a>) script to copy the binaries to the right location in the disk
image. <br />
<br />
Sample <a
href="https://raw.githubusercontent.com/openmach/openmach.github.io/master/samples/bochsrc">
bochsrc</a> for those using bochs to debug.
</p>
<!-- Bugs -->
<h4>Bug Reporting</h4>
<p>
You may report issues or request features at the
<a href="https://github.com/openmach/openmach/issues">Project Issues
Page @ GitHub</a>
</p>
<!-- IRC -->
<h4>IRC</h4>
<p>
For technical or general discussions about the project, join us at
<strong>irc.freenode.net</strong> in the <strong>#openmach</strong> channel.
</p>
<!-- Maintainers -->
<h4>Maintainers</h4>
<p>
Individuals making significant and valuable contributions are
given commit-access to the project to contribute as they see fit.
Following the BSD model, non-trivial changes should be reviewed
by one or more other committers before being checked into the
source tree.
</p>
<p>
<li><a href="http://openmach.org/~sd/">Shawn Debnath</a></li>
</p>
<!-- Documentation -->
<h4>Documentation</h4>
<p>
<li><a href="/docs.html">Mach Documentation Library</a></li>
</p>
</div>
</div>
<div class="footer">
<p><em>Copyright © 2015, The OpenMach Project. All rights reserved.</em></p>
</div>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>