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/ATAPI bug fix - allow sense and other requests to read past
authorPeter Dinda <pdinda@northwestern.edu>
Sun, 2 Aug 2015 23:26:54 +0000 (18:26 -0500)
committerroot <root@v-test-r415-3.localdomain>
Sun, 2 Aug 2015 23:26:54 +0000 (18:26 -0500)
commit366a20deaf086107d75a2004fec076db4705e7c2
treea8290fec39c43ff9c4a8afa4d21762fe430064bb
parent4d1d8fadad33de7d3ebce2083d9782048f78b44e
IDE/ATAPI bug fix - allow sense and other requests to read past
end of transfer length as long as not past the end of the IDE buffer
This is technically correct, and common for modern atapi drivers
talking to old drives
palacios/src/devices/atapi.h
palacios/src/devices/ide.c