Are there equivalent functions for what iopl() does on Linux? I don't need to use just iopl, but other related functions like outb() and inb(). Alternative question, is there an equivalent library for MacOS like sys/io.h on Linux?
Asked
Active
Viewed 201 times
1
-
The second part of your question is off-topic - software recommendations are not on-topic here on SO. – Tamás Sengel Dec 18 '17 at 14:38
-
Since iopl and ioperm are defined in sys/io.h, the question could have been for an alternative library as well – dhani Dec 18 '17 at 14:43