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.


Initial revision
[palacios.git] / geekos / include / geekos / io_devs.h
1 #ifndef _io_devs
2 #define _io_devs
3
4
5 //
6 //
7 // PIC: Programmable Interrupt Controller
8 //
9 #define PIC_MASTER_CMD_ISR_PORT 0x20   // Port where the master PIC command and status register is
10 #define PIC_MASTER_IMR_PORT     0x21   // Port where the master PIC interrupt mask register is
11 #define PIC_SLAVE_CMD_ISR_PORT  0xa0   // Port where the slave PIC command and status register is
12 #define PIC_SLAVE_IMR_PORT      0xa1   // Port where the slave PIC interrupt mask register is
13
14
15 #define BOOT_STATE_CARD_PORT    0x80   // hex codes sent here for display
16
17
18
19 #endif