Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以手动编辑驱动程序以使其在 Windows XP 上运行?
我想有很多差异,但是对于简单的驱动程序来说,一定可以移植他们使用的位置/公共汽车吗?
你的意思是不用重新编译?如果是这样不推荐。
如果您愿意编译,请使用适当的 WDK 并选择适当的构建环境并尝试构建。您可能必须根据更改/可用性的任何 API 更改代码。
另请注意,驱动程序是按操作系统编译的,即 WinXP、Windows 2003、Windows Vista、Windows 7 等有不同的构建环境。