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.


VGA bug fix
Peter Dinda [Wed, 1 Jun 2016 01:16:19 +0000 (20:16 -0500)]
palacios/src/devices/vga_regs.h

index fd4a068..f29a812 100644 (file)
@@ -754,7 +754,7 @@ struct vga_attribute_mode_control_reg {
            uint8_t enable_line_graphics_char_code:1;
            // 1 => enable special line graphics characters
            //      and force 9th dot to be same as 8th dot of char
-           uint8_t enable_blink;
+           uint8_t enable_blink:1;
            // 1 => MSB of the attribute means blink (8 colors + blink)
            // 0 => MSB of the attribute means intensity (16 colors)
            uint8_t reserved:1;