windows pv driver源码编译安装手册

简介:

资源准备

windows pv-driver源码:

http://xenbits.xensource.com/ext/win-pvdrivers.hg 

WDK:

http://msdn.microsoft.com/en-us/windows/hardware/gg487463.aspx

 Mercurial:(用于下载windows pv-driver源码)

http://mercurial.selenic.com/downloads/

 7-zip:

http://sparanoid.com/lab/7z/

或者

http://www.skycn.com/down.php?uri=http://118.72.254.219:82/down/7z920.exe

 Windows Installer XML (WiX):

http://wix.sourceforge.net/

 

Windows Server 2003 HVM Guest PV Driver编译

 安装WDK

 安装7-zip

 安装wix

 安装Mercurial

 下载windows pv-driver源码(启动命令提示符CMD)

# mkdir WindowsPVDriver

# cd WindowsPVDriver

# hg clone http://xenbits.xensource.com/ext/ win-pvdrivers.hg

Note:目前windows pv driver在闭关完善,上述hg地址已经取消,仅仅存在

http://xenbits.xensource.com/ext/win-pvdrivers地址,无法通过hg clone直接下载

  编辑脚本

用记事本打开makedist.bat,修改如下位置:

IF NOT EXIST set_ddk_path.bat ECHO >set_ddk_path.bat SET DDK_PATH       \

=C:\WinDDK\7600.16385.0   

修改为DDK安装路径,同时修改为对应版本号

 

IF NOT EXIST gplpv.cer "%DDK_PATH%"\bin\selfsign\MakeCert.exe -r -pe –ss    \

 PrivateCertStore -n "CN=GPLPV_Test_Cert" gplpv.cer  

修改为MakeCert.exe所在路径,一般为\bin\x86\MakeCert.exe

 

用记事本打开sign.bat,用替换功能将所有的”/v /s”替换为”/v /a /s”,同时删除所有” /t http://timestamp.verisign.com/scripts/timestamp.dll”项

 

用记事本打开wix.bat,将”/v /s”替换为”/v /a /s”,同时删除所有” /t http://timestamp.verisign.com/scripts/timestamp.dll”项

 

用记事本打开archive.bat,确认7-Zip的安装路径是否为"%PROGRAMFILES%\7-Zip\7z.exe" 

编译

双击运行makedist.bat

如果一切成功,将会在makedist.bat所在目录下生成各个版本的gplpv(比如2003的为gplpv_2003x32_0.11.0.1.msi)。

 

Windows Server 2003 HVM Guest PV Driver安装

1)       安装过程中会有警告框提示“软件没有windows徽标测试,无法验证兼容性”,所有类似框都选择“仍然继续”

2)       安装过程中会有安全警告,提示“没有正确使用Authenticode(TM)技术签名”,所有类似框选择是

3)       安装过程中会出现“欢迎使用找到新硬件向导”提示框,选择选项“否,暂时不(T)”选项,然后单击下一步,下一步中选择“自动安装软件(推荐)(I)”选项,单击下一步

4)       安装完成之后重启系统,查看设备管理可以看到对应的设备和驱动

 

 

20110916 最新的一份编译的msi

http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers


本文转自feisky博客园博客,原文链接:http://www.cnblogs.com/feisky/archive/2011/12/29/2310342.html,如需转载请自行联系原作者


相关文章
|
1月前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
1月前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
1月前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
45 0
Windows 平台安装 MongoDB
|
1月前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
44 4
|
1月前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
55 2
|
1月前
|
JavaScript Windows
windows安装vue
windows安装vue
|
1月前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
120 3
|
30天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
48 0
|
1月前
|
Windows
安装Windows XP系统
安装Windows XP系统
|
1月前
|
Ubuntu Linux 开发工具
windows11安装WLS2+Ubuntu
windows11安装WLS2+Ubuntu
下一篇
无影云桌面