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.


reworked ramdisk now compiles, not tested
[palacios.git] / palacios / include / devices / ramdisk.h
index b5b7d66..77eb44d 100644 (file)
@@ -7,12 +7,14 @@
 #ifndef __DEVICES_RAMDISK_H_
 #define __DEVICES_RAMDISK_H_
 
-#include <stddef.h> //for off_t in C99
-#include <sys/types.h> //for size_t 
-#include <geekos/ktypes.h>
-#include <devices/cdrom.h>
+#include <palacios/vmm_types.h>
 #include <palacios/vm_dev.h>
 
+
+
+
+
+
 struct vm_device * create_ramdisk(void);
 
 #endif