Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


*** empty log message ***
Jack Lange [Tue, 16 Sep 2008 21:54:11 +0000 (21:54 +0000)]
CODING_GUIDELINES

index eaa7005..969e7e1 100644 (file)
@@ -1,6 +1,13 @@
 This is a set of guidelines for how to understand and write code for
 the V3 Hypervisor. 
 
+
+"The use of equal negative space, as a balance to positive space, in a
+composition is considered by many as good design. This basic and often
+overlooked principle of design gives the eye a "place to rest,"
+increasing the appeal of a composition through subtle means."
+Translation: Use the f@$#ing spacebar.
+
 Fail Stop:
 Because booting a basic linux kernel results in over 1 million VM exits
 it is catching silent errors is next to impossible. For this reason