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.


Nautilus Host Support (proof of concept)
authorJames Whang <sungyoonwhang2017@u.northwestern.edu>
Mon, 28 Dec 2015 23:08:43 +0000 (17:08 -0600)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 28 Dec 2015 23:08:43 +0000 (17:08 -0600)
commit66c338acdc299d7496da982999ff3cd3828e442a
tree646bdb1841d4de9ecbd90edfaad13063b913b1e8
parent68f8c4cd303c5da40c1083cbabdaf6395e4dbaa1
Nautilus Host Support (proof of concept)

This is a simple proof-of-concept implementation of the Palacios
host interface on top of the Nautilusi kernel.   It is sufficient to allow
us to boot a guest OS running Linux.  There are several caveats
which can be seen in the comments.
Kconfig
Makefile
nautilus/console.c [new file with mode: 0644]
nautilus/console.h [new file with mode: 0644]
nautilus/palacios-nautilus-mm-test.c [new file with mode: 0644]
nautilus/palacios-nautilus-mm-test.h [new file with mode: 0644]
nautilus/palacios-nautilus-mm.c [new file with mode: 0644]
nautilus/palacios-nautilus-mm.h [new file with mode: 0644]
nautilus/palacios-stubs.c [new file with mode: 0644]
nautilus/palacios.h [new file with mode: 0644]