版权所有 © 2014 tutorialspoint
int ioperm(unsigned long from, unsigned long num, int turn_on);
只能以这种方式指定前0x3ff个I/O端口。对于更多端口,必须使用 iopl() 函数。权限不会在 fork() 上继承,而是在 exec() 上继承。这对于向非特权任务授予端口访问权限很有用。
此调用主要用于i386架构。在许多其他架构上,它不存在或将始终返回错误。
iopl (2)
广告