Added .gitignore
[comos.git] / README
blob12d4a92320a7aa8b505a4b0a1aa7b85d95abc27c
1 CommunityOS
2 ===========
4 CommunityOS is a publicly accessible OS kernel designed for simplicity and
5 learning/teaching.
7 Remember: For each new update or addition, please update the documentation!
9 Building
10 --------
12 CommunityOS uses the SCons build system, available here: http://scons.org/
13 There are packages for Windows and all major Linux distributions.
15 To build the kernel:
16 $ scons
18 To see the commands that are actually being run, instead of the pretty
19 coloured messages:
20 $ scons verbose=yes
22 To clean all generated files:
23 $ scons -c
25 For more information:
26 http://bitbucket.org/xlq/comos/wiki/Building
28 Led By
29 ------
30 Mr. E
31 TroyMartin
32 Piranha
33 XLQ
35 Written By
36 ----------
37 * Add your name here