LCA: Andrew Tanenbaum on creating reliable systems
Posted Jan 24, 2007 14:01 UTC (Wed) by
kleptog (subscriber, #1183)
In reply to:
LCA: Andrew Tanenbaum on creating reliable systems by nix
Parent article:
LCA: Andrew Tanenbaum on creating reliable systems
On i386 hardware, it's possible to grant an unprivelidged processes access to particular I/O ports, without having to do any ring transitions. On Linux it's the ioperm() function call.
These days people use memory-mapped I/O so mmap() is what you mostly need.
(
Log in to post comments)