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.


New BIOS image configured to build MP table with 4 CPUs.
[palacios.git] / bios / rombios / rombios.c
index f754bad..717a1b2 100644 (file)
@@ -27,7 +27,7 @@
 
 // ROM BIOS for use with Bochs/Plex x86 emulation environment
 
-#define HVMASSIST
+//#define HVMASSIST
 #undef HVMTEST
 
 // Xen full virtualization does not handle unaligned IO with page crossing.