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.


Windows XP uses the "get irq routing options" PCIBIOS function early in boot. This...
authorErik van der Kouwe <erikvdk@gmail.com>
Sat, 12 Mar 2011 07:43:40 +0000 (01:43 -0600)
committerJack Lange <jacklange@cs.pitt.edu>
Sat, 12 Mar 2011 07:43:40 +0000 (01:43 -0600)
commit6ddfbbe29e026890254dace913cc75c12caa4a18
tree41207fde0605d197544ddb9ef07ca4ff8d5071bd
parent1f1844528b1efc16001dff2fbdb2ab67bcf8c1ab
Windows XP uses the "get irq routing options" PCIBIOS function early in boot. This patch add it. the code is taken from the BOCHS BIOS, where it has been implemented after this version of the BIOS was taken for Palacios.
bios/rombios/rombios.c