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.


removed references to GeekOS and added some namespace changes,
[palacios.git] / palacios / include / palacios / vmm_types.h
index 623446f..cd837f4 100644 (file)
@@ -4,9 +4,10 @@
 #ifndef __VMM_TYPES_H
 #define __VMM_TYPES_H
 
-#include <geekos/ktypes.h>
+#ifdef __V3VEE__
+//#include <geekos/ktypes.h>
+
 
-/*
 typedef signed char schar_t;
 typedef unsigned char uchar_t;
 
@@ -24,7 +25,7 @@ typedef unsigned long ulong_t;
 
 typedef unsigned long size_t;
 
-*/
+
 
 
 
@@ -38,3 +39,5 @@ typedef int sint32_t;
 typedef ulong_t addr_t;
 
 #endif
+
+#endif