forked from lycus/exocore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (28 loc) · 1.22 KB
/
README
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
== ExoCore Operating System Kernel ==
-- Introduction --
ExoCore is an operating system kernel written in the C programming language
(C11 with GNU extensions, specifically meant to be built with Clang). It is
a so-called exokernel; it only provides the bare minimum of abstraction needed
around the hardware. This allows for most aspects of real operating systems to
be implemented in user space.
For further information, see:
* LICENSE
- Licensing and copyright information.
* COMPATIBILITY
- Supported compilers, architectures, etc.
* INSTALL
- Instructions on building and installing ExoCore.
* AUTHORS
- Names and contact information for ExoCore developers.
* THANKS
- Credits and appreciation where due.
* STYLE
- Coding style rules (only relevant if you're a contributor).
See also the documentation in the 'docs' directory.
You can reach the ExoCore community in several ways:
* IRC channels
- #lycus @ irc.oftc.net
* Mailing lists
- lycus-announce: http://groups.google.com/group/lycus-announce
- lycus-discuss: http://groups.google.com/group/lycus-discuss
- lycus-develop: http://groups.google.com/group/lycus-develop