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.


Added CONFIG_V3VEE to kernel config file
authorTrammell Hudson <thudson@newskysaw.eecs.northwestern.edu>
Tue, 21 Oct 2008 20:09:58 +0000 (15:09 -0500)
committerTrammell Hudson <thudson@newskysaw.eecs.northwestern.edu>
Tue, 21 Oct 2008 20:09:58 +0000 (15:09 -0500)
commit160530e310bb5ea55b2a248e23ff38abf7bb5f47
tree6725d5f70df3b91a2eff81c19d18d2b9dc274987
parent6299cb929a586fd8debcc316c1ede714d5b95979
Added CONFIG_V3VEE to kernel config file
Added rombios and vgabios to kitten kernel if CONFIG_V3VEE is defined.
Link in libv3vee, xed and xed32e if CONFIG_V3VEE is defined.
kitten/Makefile
kitten/arch/x86_64/Kconfig
kitten/arch/x86_64/kernel/Makefile
kitten/arch/x86_64/kernel/bios.S [new file with mode: 0644]
kitten/init/main.c