Linked by Thom Holwerda on Wed 27th Jun 2007 18:59 UTC, submitted by John Nilsson
Thread beginning with comment 251124
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2006-07-30
Singularity can use hardware memory protection.
It just doesn't have to.
What this means is that you could run all verified code in one address space and give all unverified and potentially dangerous code its own address space, in addition.
This way, you can avoid the cost of hardware based memory protection where you don't need it but still use it if it makes sense. I think there was a software engineer mentioning this fine grained control in the third or fourth video...