@@ -6,21 +6,24 @@ In this page will explain how to compile WinKVM.
6
6
7
7
You have to prepare three thing as follow:
8
8
1. Cygwin environment including gcc-3.x rsync, zlib and awk http://www.cygwin.com/
9
- 2. Visual Studio 2008 professional edition (You can use Microsoft Visual Studio Express instead of professional edition)
9
+ 2. Visual Studio 2008 professional edition
10
+ (You can use Microsoft Visual Studio Express instead of professional edition)
10
11
http://www.microsoft.com/japan/msdn/vstudio/express/
11
- 3. Windows DDK: We use 3790.1830 version (The Microsoft® Windows Server™ 2003 Service Pack 1 (SP1) DDK) to develop WinKVM
12
+ 3. Windows DDK: We use 3790.1830 version
13
+ (The Microsoft® Windows Server™ 2003 Service Pack 1 (SP1) DDK) to develop WinKVM
12
14
13
15
You have to download and install these things.
14
16
15
- Before building WinKVM driver, you have to set an environmental value that point to your Windows DDK installation path.
16
- Thus, you have to add BASEDIR2K3 environmental value (e.g.D:WINDDK3790.1830) to your Windows system. Visual Studio uses
17
- this environmental value at building WinKVM driver.
17
+ Before building WinKVM driver, you have to set an environmental value that point to your
18
+ Windows DDK installation path. Thus, you have to add BASEDIR2K3 environmental value
19
+ (e.g. D:WINDDK3790.1830) to your Windows system. Visual Studio uses this environmental
20
+ value at building WinKVM driver.
18
21
19
22
WinKVM building process is little confuse.
20
23
You have to build three things separately.
21
- 1. Building kvmctldll: Enter vcproj/user/kvmctldll and open kvmctldll.vcproj to build the kvm control library.
22
- After building kvmctldll, check vcproj/bin whether or not the building process was successful.
23
- If there is kvmctldll.dll in the directory, you succeeded.
24
+ 1. Building kvmctldll: Enter vcproj/user/kvmctldll and open kvmctldll.vcproj to build the
25
+ kvm control library. After building kvmctldll, check vcproj/bin whether or not the building
26
+ process was successful. If there is kvmctldll.dll in the directory, you succeeded.
24
27
25
28
2. Building original KVM drivers using Cygwin environment:
26
29
cd kvm/kernel ## Do not type configure
@@ -43,8 +46,15 @@ because this software is alpha version.
43
46
44
47
Do not try to run on multi CPU system. If you want to it, you have to add the boot option to
45
48
your Windows system to run with single-core mode.
49
+ To enable onecpu mode, type command on windows command prompt as follows:
50
+ cd c:\
51
+ attrib -h -r -s boot.ini
52
+ Now, you can see boot.ini in your c:\
53
+ Boot.ini is just a textfile so you have to add the textline as follows:
54
+ multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional (onecpumode)" /noexecute=optin /fastdetect /onecpu
55
+ Reboot your system and select "onecpumode".
46
56
47
- First, Download the latest WinKVM binary file from as follow: http://github.com/ddk50/winkvm/downloads
57
+ First, Download the latest WinKVM binary file from http://github.com/ddk50/winkvm/downloads
48
58
49
59
Second, you have to WinKVM driver. Execute DIP_gui.exe attached to the binary archive to install
50
60
winkvm driver. (Also, DIP_gui.exe is written by Mr.Kenji Akio. Thanks)
@@ -53,7 +63,7 @@ Third, Push the "..." button to select winkvmstab.sys driver and push the "Insta
53
63
install the driver. Driver installation is required only one time. If you want to uninstall
54
64
the driver, you can "..." button again and push the "Uninstall" button.
55
65
56
- Finally, Now, you get ready to run WinKVM. Execute the batchfile which is
57
- named "WinKVM.bat" to execute WinKVM.
66
+ Finally, Now, you get ready to run WinKVM. Execute the batchfile that is named "WinKVM.bat"
67
+ to execute WinKVM.
58
68
59
69
Have a fun!
0 commit comments