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 / mem_script
diff --git a/gears/services/devfile/scripts/mem_script b/gears/services/devfile/scripts/mem_script
new file mode 100755 (executable)
index 0000000..b99f848
--- /dev/null
@@ -0,0 +1,18 @@
+jobs -p | xargs kill -9
+./close_guest
+./v3_deinit
+cd ~/akbill/palacios/linux_usr
+make clean
+make
+cd ..
+make clean
+make -j 8
+source ENV
+source copy_to_guest
+./v3_init
+cd ~/akbill/palacios/gears/services/dev_file/
+make
+insmod devfile_host.ko
+cd scripts
+source start_guest_persistent
+jobs -l