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.


Nautilus Host Support (proof of concept)
[palacios.git] / nautilus / console.h
diff --git a/nautilus/console.h b/nautilus/console.h
new file mode 100644 (file)
index 0000000..db81698
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __console
+#define __console
+
+int nautilus_console_init(void);
+int nautilus_console_deinit(void);
+
+#endif