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 / patched_mem_script
1 jobs -p | xargs kill -9
2 source patched_close_guest
3 ./v3_deinit
4 cd linux_usr
5 make clean
6 make
7 cd ..
8 make clean
9 make -j 8
10 source ENV
11 source gears/services/devfile/scripts/patched_copy_to_guest
12 ./v3_init
13 cd gears/services/devfile/
14 make
15 insmod devfile_host.ko
16 cd ../../..
17 source gears/services/dev_ile/patched_start_guest
18 jobs -l