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
1 jobs -p | xargs kill -9
2 ./close_guest
3 ./v3_deinit
4 cd ~/akbill/palacios/linux_usr
5 make clean
6 make
7 cd ..
8 make clean
9 make -j 8
10 source ENV
11 source copy_to_guest
12 ./v3_init
13 cd ~/akbill/palacios/gears/services/dev_file/
14 make
15 insmod devfile_host.ko
16 cd scripts
17 source start_guest_persistent
18 jobs -l