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.
我想使用 C 语言(ANSI/标准 C)控制硬件。我不是在问接口。我想通过 C 代码管理我的计算机资源。比如我怎样才能弹出我的 DVD ROM 驱动器。从扬声器发出哔声的代码。和类似的事情。我需要一个好的教程,或者任何免费的学习材料。
硬件输入/输出控制的基本入口点是ioctl(或DeviceIoControl在 Windows 上,在同一篇 Wikipedia 文章中进行了描述)。
ioctl
DeviceIoControl