<HTML><BODY>    
    Thank you very much for the quick  response - certainly food for thought.<BR>
<BR>
I am very impressed with bitvisor so far. <BR>
<BR>
Gordon Parrott<BR>
  <BR>
<BR>
-----Original Message-----<BR>
From: <a href="mailto:bitvisor-devel-en-bounces@bitvisor.org">bitvisor-devel-en-bounces@bitvisor.org</a> [mailto:bitvisor-devel-en-bounces@bitvisor.org] On Behalf Of <a href="mailto:bitvisor-devel-en-request@bitvisor.org">bitvisor-devel-en-request@bitvisor.org</a> <BR>
Sent: 31 May 2013 04:00<BR>
To: <a href="mailto:bitvisor-devel-en@bitvisor.org">bitvisor-devel-en@bitvisor.org</a> <BR>
Subject: BitVisor-devel-en Digest, Vol 17, Issue 3<BR>
<BR>
Send BitVisor-devel-en mailing list submissions to<BR>
<a href="mailto:bitvisor-devel-en@bitvisor.org">bitvisor-devel-en@bitvisor.org</a> <BR>
<BR>
To subscribe or unsubscribe via the World Wide Web, visit<BR>
<a href="https://www.bitvisor.org/mailman/listinfo/bitvisor-devel-en" target="_blank">https://www.bitvisor.org/mailman/listinfo/bitvisor-devel-en</a> <BR>
or, via email, send a message with subject or body 'help' to<BR>
<a href="mailto:bitvisor-devel-en-request@bitvisor.org">bitvisor-devel-en-request@bitvisor.org</a> <BR>
<BR>
You can reach the person managing the list at<BR>
<a href="mailto:bitvisor-devel-en-owner@bitvisor.org">bitvisor-devel-en-owner@bitvisor.org</a> <BR>
<BR>
When replying, please edit your Subject line so it is more specific than &quot;Re: Contents of BitVisor-devel-en digest...&quot;<BR>
<BR>
<BR>
Today's Topics:<BR>
<BR>
   1. [BitVisor-devel-en:45]  Bitvisor &amp; encrypted windows system.<BR>
      (Gordon Parrott)<BR>
   2. [BitVisor-devel-en:46] Re: Bitvisor &amp; encrypted windows<BR>
      system. (Hideki EIRAKU)<BR>
<BR>
<BR>
----------------------------------------------------------------------<BR>
<BR>
Message: 1<BR>
Date: Thu, 30 May 2013 08:22:28 +0000<BR>
From: Gordon Parrott &lt;<a href="mailto:gparrott@becrypt.com">gparrott@becrypt.com</a>&gt; <BR>
Subject: [BitVisor-devel-en:45]  Bitvisor &amp; encrypted windows system.<BR>
To: &quot;bitvisor-devel-en@bitvisor.org&quot; &lt;<a href="mailto:bitvisor-devel-en@bitvisor.org">bitvisor-devel-en@bitvisor.org</a>&gt; <BR>
Message-ID:<BR>
<a href="mailto:&lt;3CEEC827264DD744B550E5ABFEDDFFE91AFE1F84@LDNWINEXCH01.becrypt-hq.local&gt;">&lt;3CEEC827264DD744B550E5ABFEDDFFE91AFE1F84@LDNWINEXCH01.becrypt-hq.local&gt;</a> <BR>
        <BR>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<BR>
<BR>
Hi<BR>
<BR>
I am just beginning some investigations into the use of bitvisor as the basis  security project and I am wondering if anyone can help?<BR>
<BR>
&gt;From a perusal of such documentation as exists in English and the source code available from Source Forge I understand that the real mode bios emulation does not perform encryption/decryption for int 13 disk access: could someone confirm that that is the case?<BR>
<BR>
Also would there be any source code for bitvisor be available that is later than the version of 1.3 on Source Forge?<BR>
<BR>
Thank you in advance for any help.<BR>
<BR>
Gordon Parrott<BR>
This email message has been delivered safely and archived online by Mimecast.&lt;Br&gt; For more information please visit &lt;a href=&quot;http://www.mimecast.com&quot;&gt;http://www.mimecast.com<BR>
&lt;/a&gt;<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
URL: <a href="http://www.bitvisor.org/archives/bitvisor-devel-en/attachments/20130530/ed2daf32/attachment-0001.html" target="_blank">http://www.bitvisor.org/archives/bitvisor-devel-en/attachments/20130530/ed2daf32/attachment-0001.html</a> <BR>
<BR>
------------------------------<BR>
<BR>
Message: 2<BR>
Date: Fri, 31 May 2013 09:40:50 +0900<BR>
From: Hideki EIRAKU &lt;<a href="mailto:hdk@igel.co.jp">hdk@igel.co.jp</a>&gt; <BR>
Subject: [BitVisor-devel-en:46] Re: Bitvisor &amp; encrypted windows<BR>
        system.<BR>
To: BitVisor Developers ML &lt;<a href="mailto:bitvisor-devel-en@bitvisor.org">bitvisor-devel-en@bitvisor.org</a>&gt; <BR>
Message-ID:<BR>
<a href="mailto:&lt;CAOg0wgA2bPNzbqCXLceWJ3oswkgjFp2UX3eZkPxCbMwUzQw_xA@mail.gmail.com&gt;">&lt;CAOg0wgA2bPNzbqCXLceWJ3oswkgjFp2UX3eZkPxCbMwUzQw_xA@mail.gmail.com&gt;</a> <BR>
Content-Type: text/plain; charset=ISO-8859-1<BR>
<BR>
2013/5/30 Gordon Parrott &lt;gparrott@becrypt.com&gt;:<BR>
&gt; From a perusal of such documentation as exists in English and the <BR>
&gt; source code available from Source Forge I understand that the real <BR>
&gt; mode bios emulation does not perform encryption/decryption for int 13 disk access:<BR>
&gt; could someone confirm that that is the case?<BR>
<BR>
The encryption/decryption for int 13 depends on the BIOS implementation.<BR>
Older BIOSes generally perform ATA or AHCI normal I/O in the same way as operating systems.  However, the BIOS in Lenovo ThinkPad X220 uses SMM instead of direct I/O.  BitVisor does int 13 encryption/decryption only if the int 13 performs normal I/O.<BR>
<BR>
&gt; Also would there be any source code for bitvisor be available that is <BR>
&gt; later than the version of 1.3 on Source Forge?<BR>
<BR>
Not yet.<BR>
<BR>
--<BR>
Hideki EIRAKU &lt;<a href="mailto:hdk@igel.co.jp">hdk@igel.co.jp</a>&gt; <BR>
<BR>
<BR>
------------------------------<BR>
<BR>
_______________________________________________<BR>
BitVisor-devel-en mailing list<BR>
<a href="mailto:BitVisor-devel-en@bitvisor.org">BitVisor-devel-en@bitvisor.org</a> <BR>
<a href="https://www.bitvisor.org/mailman/listinfo/bitvisor-devel-en" target="_blank">https://www.bitvisor.org/mailman/listinfo/bitvisor-devel-en</a> <BR>
<BR>
<BR>
End of BitVisor-devel-en Digest, Vol 17, Issue 3<BR>
************************************************<BR>

    <BR>
    <BR>
   <span style="font-family:Arial; Font-size:10.0pt">
<hr width="100%">
This email message has been delivered safely and archived online by Mimecast.<BR>
For more information please visit <a href="http://www.mimecast.com">http://www.mimecast.com</a>
<hr width="100%">
  </span>
 </BODY></HTML>