/
githubmirror
/
pciutils
Обзор
Документация
Войти
/
githubmirror
/
pciutils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.6.4
README.Windows
23 строки
1 KB
Martin Mares
README.Windows: Replaced broken link to winio
31 дек 2018, 17:07
31 дек 2018, 17:07
bbc4a88
Код
Авторство
О чём код?
Since 2.1.99-test5, pciutils should also be compilable on Windows. Thanks to Alexander Stock for contributing the port. Updated after version 2.2.6 to compile again, and with MinGW, even (only?) cross-compiling. (Hopefully it works with MSVC too.) To use this port, you need to install WinIO.dll first. You can get it here: https://github.com/starofrainnight/winio https://github.com/vaptu/winio However, you need to use win32/config.{h,mk} instead of the automatically generated lib/config.{h,mk} as lib/configure does not run on Windows. ================================================================================ BEWARE: The current implementation pokes I/O ports to access the PCI devices directly. This leads to several problems: some devices are invisible, extended PCIe configuration space is not available, and there are many potential race conditions. Instead, libpci should use the proper Windows drivers. Unfortunately, the Windows port currently lacks a maintainer. If you are willing to step up and fix the issues, please let me know. -- Martin Mares ================================================================================