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 rewrites (1st step)
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 4 Mar 2015 18:22:21 +0000 (12:22 -0600)
committerroot <root@v-test-r415-3.localdomain>
Wed, 4 Mar 2015 18:22:21 +0000 (12:22 -0600)
commitdb03a1fef60b6d90c02a65369292a57833a7824b
tree54a3b391edd21b7dc5ebf0d89a53fb943dfbd404
parentb42be88af0bc84e967d06820ebc9a86a67e2bebc
IDE / ATA rewrites (1st step)

This adds functional support for ATA hard drives in PIO mode
giving both read and write access.  It also does a bit of
bugfixing throughout.
palacios/src/devices/ata.h
palacios/src/devices/atapi.h
palacios/src/devices/ide.c