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/ATA enhancements: read/write multiple, lba48 addressing, cleanup
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 4 Mar 2015 21:24:22 +0000 (15:24 -0600)
committerroot <root@v-test-r415-3.localdomain>
Wed, 4 Mar 2015 21:24:22 +0000 (15:24 -0600)
commitcbbdb1c69dae70c0d8b836a3d9ff92e2aa67f1f9
tree5b3d109414b9f8ddd53975f46517615515f2f3f8
parentdb03a1fef60b6d90c02a65369292a57833a7824b
IDE/ATA enhancements: read/write multiple, lba48 addressing, cleanup

This commit cleans up the code and adds:

- ATA PIO READ/WRITE MULTIPLE support
- LBA48 Addressing (Allowing >128 GB volumes)
- General cleanup of type sizes, and assorted other
  mods to support LBA48
palacios/src/devices/ata.h
palacios/src/devices/ide.c