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.


Device File Virtualization Proof of Concept (Kernel+Preload)
[palacios.git] / gears / services / devfile / scripts / copy_to_guest
diff --git a/gears/services/devfile/scripts/copy_to_guest b/gears/services/devfile/scripts/copy_to_guest
new file mode 100755 (executable)
index 0000000..a28588d
--- /dev/null
@@ -0,0 +1,8 @@
+cd ~/akbill/palacios/guest7/
+mount littlefs.dat tmp
+cp -u ~/akbill/palacios/gears/services/devfile/test_preload tmp/dev_file/.
+cp -u ~/akbill/palacios/gears/services/devfile/devfile_preload.so tmp/dev_file/.
+cp -u ~/akbill/palacios/gears/services/devfile/scripts/load_lib_in_guest tmp/dev_file/.
+echo "Copy done"
+umount tmp
+cd ~/akbill/palacios