LCA: Andrew Tanenbaum on creating reliable systems
Posted Jan 18, 2007 11:28 UTC (Thu) by
nix (subscriber, #2304)
In reply to:
LCA: Andrew Tanenbaum on creating reliable systems by jwb
Parent article:
LCA: Andrew Tanenbaum on creating reliable systems
What's more, banning DMA has a *really* high price. Yes, bus-mastering DMA means that misprogrammed hardware can scribble over any memory it likes: but the cost of avoiding it is immense (certainly far more than 5% in e.g. I/O-bound loads).
What we really need is a better MMIO controller such that devices can have multiple privilege rings (or capability tokens); with that in place, it could be made *impossible* for devices to DMA into memory other than that the CPU wants it to DMA into.
But as far as I know nobody has written such a controller, let alone put it in any sort of affordable hardware. I'd be overjoyed to be corrected.
(
Log in to post comments)