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.
Updated Kconfigs to a reasonable default, appropriate to default guestos image
Added support in Makefile to immediately build guestos image and build_vm on make
Included simple guest iso and guest xml config
The result of this is that Palacios, compiled out of box and linked
with Kitten compiled OOB (+virtualization turned on) will correctly
work and boot a simple guest iso. So now, it basically boils down to:
- download palacios
- download kitten
- make config palacios to get defaults
- make in palacios (libv3vee.a, guest_os.img, build_vm get created)
- make config kitten to get defaults, turn on virtualization
- make isoimage
Now you have a ready to go kitten+palacios+linux guest