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.


OpenBSD attempts to set the keyboard scancode set to 3, which we don't support. Howev...
authorErik van der Kouwe <erikvdk@gmail.com>
Mon, 29 Nov 2010 21:36:18 +0000 (15:36 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 29 Nov 2010 21:36:18 +0000 (15:36 -0600)
commit03be513c0df4bd0c559a0613943ef580e054bb3f
treeb4c440142abe642b3333b525cf6625d57516556c
parent19380bd81ad18d160a6c30804f91c531b87ac69d
OpenBSD attempts to set the keyboard scancode set to 3, which we don't support. However, it checks afterwards to see whether it was successful and tried set 2 if it was not. This patch ignores requests for set 3, causing OpenBSD to work properly without requiring actual code to implement the scancode conversion.
palacios/src/devices/keyboard.c