[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17001: {torvm} Add info and link to required driver development kit ISO for (torvm/trunk)
Author: coderman
Date: 2008-09-29 08:57:48 -0400 (Mon, 29 Sep 2008)
New Revision: 17001
Modified:
torvm/trunk/README
Log:
Add info and link to required driver development kit ISO for win32 driver builds.
Modified: torvm/trunk/README
===================================================================
--- torvm/trunk/README 2008-09-29 12:12:44 UTC (rev 17000)
+++ torvm/trunk/README 2008-09-29 12:57:48 UTC (rev 17001)
@@ -23,9 +23,13 @@
Run 'make' to build the VM kernel image and Windows build ISO image. Once the
Windows build is done a complete Tor virtual machine package should be zipped
-up ready for distribution in the C:\Tor_VM folder.
+up ready for distribution in the C:\Tor_VM folder. You will need to have the
+Windows Driver Development Kit installed for the WinPcap and TAP-Win32 driver
+compilation. You can download the DDK installer ISO at:
+ http://download.microsoft.com/download/9/0/f/90f019ac-8243-48d3-91cf-81fc4093ecfd/1830_usa_ddk.iso
+
If you have trouble with the build process downloading the various sources
from mirrors and upstream repositories a current copy of all the kamikaze and
win32 archives is available as: http://peertech.org/files/torvmdlcache.tar
@@ -41,9 +45,6 @@
./build/kamikaze/x86-uclibc-vm/bin/openwrt-x86-vmlinuz
> this is the Linux kernel and initramfs used in the VM.
-./build/iso/vm.iso
-> this is a bootable ISO using the kernel above.
-
./build/win32/w32build.iso
> this is the automated win32 build ISO for Qemu. Once everything is built
> the Qemu program and libraries will be placed in C:\Tor_VM
@@ -58,5 +59,5 @@
./build/win32/patches/
> this directory contains the patches applied to Qemu for bridged ethernet
-> support via WinPCAP.
-
+> support via WinPcap and modifications for the WinPcap and TAP-Win32 drivers
+> to prevent collision with any existing installed packages.