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.


IDE hard drive works past grub
[palacios.git] / palacios / src / devices / ide-types.h
index 3ae9966..5cbb7c7 100644 (file)
@@ -54,6 +54,12 @@ struct ide_drive_head_reg {
            uint_t lba_mode      : 1;
            uint_t rsvd2         : 1;
        } __attribute__((packed));
+
+       struct {
+           uint_t lba3      : 4;
+           uint_t rsvd3     : 4;
+       } __attribute__((packed));
+       
     } __attribute__((packed));
 } __attribute__((packed));