descriptionComOS - The Community Operating System!
homepage URLhttp://bitbucket.org/xlq/comos
ownerjp.sittingduck@gmail.com
last changeWed, 28 Jan 2009 15:01:24 +0000 (28 15:01 +0000)
content tags
add:
README
CommunityOS
===========

CommunityOS is a publicly accessible OS kernel designed for simplicity and
learning/teaching.

Remember: For each new update or addition, please update the documentation!

Building
--------

CommunityOS uses the SCons build system, available here: http://scons.org/
There are packages for Windows and all major Linux distributions.

To build the kernel:
$ scons

To see the commands that are actually being run, instead of the pretty
coloured messages:
$ scons verbose=yes

To clean all generated files:
$ scons -c

For more information:
http://bitbucket.org/xlq/comos/wiki/Building

Led By
------
Mr. E
TroyMartin
Piranha
XLQ

Written By
----------
* Add your name here
shortlog
2009-01-28 Joshua PhillipsAdded .gitignoremastermob
2009-01-27 Joshua PhillipsStarted writing system call code
2009-01-27 Joshua PhillipsOnly use wrmsr in cpu.c if the CPU supports it.
2009-01-27 Joshua PhillipsFilled cpuid.h with lots of enums (cpu features)
2009-01-27 Joshua PhillipsMapped APIC memory properly, instead of mapping it...
2009-01-25 josh@linux... just forgot a couple of minor things (like the hlt...
2009-01-25 josh@linux... added kernel/cpu.c and include/cpu.h. the local APIC...
2009-01-25 josh@linux... seems QEMU doesn't use the checksum field of the CMOS...
2009-01-25 Joshua PhillipsMerge from _01000101_.
2009-01-25 josh@linux... added kernel/rtc.c and include/rtc.h, and added a few...
2009-01-25 Joshua PhillipsActually added criticala.asm :(
2009-01-25 Joshua PhillipsMerge from _01000101_
2009-01-25 Joshua PhillipsLoad ds, es, fs, gs with SEG_DPL0_DATA after setting...
2009-01-25 josh@linux... added structure 17 to the SMBIOS parsing (memory device).
2009-01-25 Joshua PhillipsWe have userspace!
2009-01-25 josh@linux... added structs 3-4 to kernel/smbios.c. (that's chassis...
...
heads
15 years ago mob
15 years ago master