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
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 28 Jan 2010 00:37:27 +0000 (18:37 -0600)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 28 Jan 2010 00:37:27 +0000 (18:37 -0600)
commit5369ce5538c09af0966abc91bc7cf142e8b29b8a
treef67fc5ed68ba28ffa8b9f70d7604bee37daa8cb1
parent7bb0986868fca4e2618c52139f914efd1edb0839
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
Kconfig
Makefile
guest_os.iso [new file with mode: 0644]
guest_os.xml [new file with mode: 0644]
manual/manual.tex
palacios/src/devices/Kconfig