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.


various changes...
[palacios.git] / palacios / src / devices / ram_hd.c
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-07-31 Jack Lange updated the block device interfaces to be more generic...
2009-07-25 Jack Lange Update to the device framework.
2009-04-10 Jack Lange added DMA write functionality to ide harddisk
2009-04-09 Jack Lange functional DMA reads for IDE disks
2009-04-08 Jack Lange updated the pci and IDE configuration.
2009-04-04 Jack Lange IDE hard drive works past grub
2009-04-03 Jack Lange Added intial cut at IDE disk support