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 all the SVM flags, codes, masks, and addresses
[palacios.git] / palacios / src / geekos / vmm.c
index b1ff42a..a162af9 100644 (file)
@@ -16,7 +16,7 @@ void Init_VMM(struct vmm_os_hooks * hooks) {
 
   os_hooks = hooks;
 
-  PrintDebug("sizeof ullong_t: %d\n", sizeof(ullong_t));
+
 
   if (is_svm_capable()) {
     vmm_cpu_type = VMM_SVM_CPU;