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.


File support added (interface to file support in host)
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 5 Aug 2010 18:48:46 +0000 (13:48 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 5 Aug 2010 18:48:46 +0000 (13:48 -0500)
commitb25296b8b79d1964be81a4ebfa8262d4ca36a63f
tree8d38d7ac626b2a3e99c0ade049f38fe536e89a17
parent05d8adefac27becd94fcf7d0406d64f516f22cdc
File support added (interface to file support in host)

Conflicts:

Kconfig
palacios/include/palacios/vmm_file.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_file.c [new file with mode: 0644]