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.


Debug stuff for testing boot on physical machines
[palacios.git] / palacios / src / geekos / vm.c
index 6f9d4d8..591a6ed 100644 (file)
@@ -377,7 +377,7 @@ int RunVMM(struct Boot_Info * bootInfo) {
          */
         };
 
-       struct vm_device * generic = create_generic(range,8,  // THIS NUMBER IS CRITICAL
+       struct vm_device * generic = create_generic(range,4,  // THIS NUMBER IS CRITICAL
                                                    NULL,0,NULL,0);
        
 #endif
@@ -402,7 +402,7 @@ int RunVMM(struct Boot_Info * bootInfo) {
       // no longer needed since we have a keyboard device
       //hook_irq(&vm_info, 1);
       
-#if 1
+#if 0
       // give floppy controller to vm
       hook_irq(&vm_info, 6);