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.


add console hook support
authorErik van der Kouwe <erikvdk@gmail.com>
Wed, 14 Apr 2010 19:26:03 +0000 (14:26 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 14 Apr 2010 19:28:38 +0000 (14:28 -0500)
commitcbb6723fe28e2e448982d6b2ff444c05ea54a618
treec2121c031f1e203d60c713ba2c8eaebc6d97a03b
parentb1f2d60bdd24fb6f758ad049c0a6859966a38955
add console hook support
Kconfig
palacios/include/palacios/vmm_console.h [new file with mode: 0644]
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/curses_cons.c [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_console.c [new file with mode: 0644]