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 中硬盘驱动器 HPA 的应用程序。
我可以在 Linux 中看到执行此操作的代码,但在 Windows 中没有。
原来你需要发送一些 ATA 命令。
请参阅 setmax.c 了解哪些。