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.


moved pic device
[palacios.git] / palacios / src / devices / 8259a.c
1 #include <palacios/8259a.h>
2 #include <palacios/vmm.h>
3
4
5
6 static const uint_t PIC1_PORT_1 0x20;
7 static const uint_t PIC1_PORT_2 0x21;
8 static const uint_t PIC2_PORT_1 0xA0;
9 static const uint_t PIC2_PORT_2 0xA1;