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.


Ported user space support for host devices, user space host device example, and vnc...
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 5 May 2011 18:14:38 +0000 (13:14 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 5 May 2011 18:14:38 +0000 (13:14 -0500)
commit5ac6ebe490fe6ebb948dd68736c693a3bb2f82dc
treec1f6ae657b4569f7a3d1aa6531c0e335c6f0cdb5
parentaf8e64fe97d7e075fdc1db893e9bcb550e38db91
Ported user space support for host devices, user space host device example, and vnc interface to graphics console from the monolithic version.

Note: the addition of x0vncserver as a binary is by intent.   Crufty to add as source right now
linux_usr/Makefile
linux_usr/v3_user_host_dev.c [new file with mode: 0644]
linux_usr/v3_user_host_dev.h [new file with mode: 0644]
linux_usr/v3_user_host_dev_example.c [new file with mode: 0644]
linux_usr/x0vncserver [new file with mode: 0755]