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.


modified DEBUG macro
Jack Lange [Sat, 22 Jan 2011 00:46:46 +0000 (18:46 -0600)]
palacios/src/devices/cga.c

index 7dd2bdd..b720c6b 100644 (file)
@@ -36,7 +36,7 @@
 #else
 #define PrintVerbose(fmt, args...)
 #endif
-#ifndef CONFIG_DEBUG_CGA
+#if CONFIG_DEBUG_CGA == 0
 #undef PrintDebug
 #define PrintDebug(fmt, args...)
 #endif