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.


This patch fixes several issues with the console/cga code:
authorErik van der Kouwe <erikvdk@gmail.com>
Tue, 13 Apr 2010 21:49:02 +0000 (16:49 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 13 Apr 2010 21:49:02 +0000 (16:49 -0500)
commitc09d92dc256363c742ca2a4bef685ed79575bf22
tree9f688aeb760b85a769bf150364a57ffcc5bf3ff6
parent3b67b03716ad6bfdda5c95c8a0ef9004da1b3913
This patch fixes several issues with the console/cga code:
- Fixes some #includes
- Adds a missing prototype
- Adds a missing return
- Checks the length of screen updates to avoid sending updates for non-
visible memory regions
palacios/include/devices/console.h
palacios/src/devices/cga.c
palacios/src/devices/telnet_cons.c