LCA: Andrew Tanenbaum on creating reliable systems
Posted Jan 18, 2007 20:54 UTC (Thu) by
jamesh (guest, #1159)
In reply to:
LCA: Andrew Tanenbaum on creating reliable systems by JoeBuck
Parent article:
LCA: Andrew Tanenbaum on creating reliable systems
Well, the Minix setup basically required all IO port access to go through the kernel, and the policies for each daemon would say what it was allowed to access.
As for intelligent hardware like a modern GPU that can DMA to arbitrary memory locations, his solution was to use the IOMMU to limit where the device could write to. It wasn't clear whether they've implemented use of the IOMMU like this yet.
I've got no idea what impact this would have on performance of graphics operations.
(
Log in to post comments)