Skip to content

Files

Latest commit

6e77eab · May 30, 2015

History

History
This branch is 253 commits behind gwsystems/composite:master.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 30, 2012
Mar 11, 2013
Feb 13, 2012
Apr 17, 2012
Jul 25, 2014
Jun 25, 2012
Jul 25, 2014
Aug 22, 2014
Nov 8, 2010
Jan 1, 2013
Dec 24, 2009
Dec 24, 2009
Jan 27, 2010
Jan 3, 2010
Feb 10, 2011
Feb 29, 2012
Jan 27, 2010
Feb 18, 2013
Apr 2, 2014
Feb 25, 2013
May 30, 2015
Jan 22, 2012
Jan 3, 2010
May 2, 2013
Jun 17, 2011
Nov 4, 2013
Jun 27, 2012
The files in this directory follow:

- composite_dev_manual.{html|org}: If you want to understand at the
  surface level some of the system calls and interfaces to important
  components, start here.

- build_system.txt: Discusses the build system, how to compile and
  execute the system.

- directory_hierarchy.txt: An overview of how files are laid out in
  the source code.  This is where to look for to find files of a
  specific type (kernel, component, platform, etc..).

- setting_up_on_new_system.txt: If you aren't using a provided VM or vagrant,
  you will need to read this to set up Composite on your system.

- Vagrant.md: How to use Vagrant and VirtualBox for Composite development.

- terminology.txt: The source code is out of date compared to the
  terminology used in papers and conversationally.  This file provides
  the mapping.

- executing_composite.txt: How to run the system!

- create_an_interface.txt: How to create an interface to be
  implemented by components.

- create_a_component.txt: How to create a component for a specific
  interface, common functions, includes, etc...

- debugging.txt: When you run the system and it fails, what do you do?
  How do you debug the system.