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 variable warning
Jack Lange [Thu, 27 Aug 2009 17:50:12 +0000 (12:50 -0500)]
palacios/src/devices/cga.c

index aabe810..567a50c 100644 (file)
@@ -58,9 +58,11 @@ struct video_internal {
 
     uint8_t crtc_index_reg;          // io port 3D4
     uint8_t crtc_data_regs[25];      // io port 3D5
-
+    
+    /* IMPORTANT: These are column offsets _NOT_ byte offsets */
     uint16_t screen_offset; // relative to the framebuffer
     uint16_t cursor_offset; // relative to the framebuffer
+    /* ** */
 
     // updating the screen offset is not atomic, 
     // so we need a temp variable to hold the partial update