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:52 +0000 (16:49 -0500)
commitd5501026e216b95658768c80c7301b81826d5f3d
tree89521e7e26b40909a7090e1e67c4367156de5281
parent4a216c126b6eec67b1eb45a52235193500a4a735
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