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 RAM based CD, updates to device registration
[palacios.git] / palacios / src / devices / ide-types.h
index 4dbdc1d..f881157 100644 (file)
@@ -78,7 +78,7 @@ struct ide_ctrl_reg {
        uint8_t val;
        struct {
            uint_t rsvd0        : 1;
-           uint_t irq_enable   : 1;
+           uint_t irq_disable   : 1;
            uint_t soft_reset   : 1;
            uint_t rsvd1        : 5;
        } __attribute__((packed));