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 / load_lib_in_guest
1 #copy the missing library over to correct path
2 cd /lib64
3 cp /mnt/libtest/libdl.so.2 .
4
5 #set LD_PRELOAD correctly
6 export LD_PRELOAD=/mnt/dev_file/devfile_preload.so
7
8
9 #check if the loader is able to load the LD_library 
10 ./ld-linux-x86-64.so.2 --list /mnt/dev_file/devfile_preload.so
11
12 #check if test program gets the ld preload loaded
13 ./ld-linux-x86-64.so.2 --list /mnt/dev_file/test_preload
14
15 # run test program
16 cd /mnt/dev_file/
17 #./test_preload r 24 /dev/urandom