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 O_RDWR flag to console file descriptor to allow keyboard input
authorJack Lange <jacklange@cs.pitt.edu>
Tue, 16 Aug 2011 23:33:41 +0000 (19:33 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Tue, 16 Aug 2011 23:42:05 +0000 (19:42 -0400)
commit6778d9e9c895ffaa5d995c0f4d745013595692cf
treece7a1cf9e265939c52c4b94d064340229c73594f
parentacdffc5dbc72ac1fdddbf5f1da032cdcdf28abdc
added O_RDWR flag to console file descriptor to allow keyboard input
linux_module/iface-console.c