Exokernels: Multiplexing the Disk
Posted: Tue Oct 30, 2007 6:04 pm
This is just a thought, as I'm just working on a bootloader right now (been very busy).
When I was reading about exokernels, I was wondering how you could fully secure storage devices such as hard drives. Enforcing the idea of a file is a large abstraction and doesn't allow full access to the hardware. However, not enforcing this abstraction makes it difficult for applications and users to find their information. Also, without this abstraction how can you prevent applications from over-writing disk blocks that another application thinks they own.
Now, I'm not going to say any of this really makes sense. I'm by no means an expert, and for all I know I could just be spewing nonsense, but it seemed like a pretty valid idea: how do you properly multiplex storage devices?
When I was reading about exokernels, I was wondering how you could fully secure storage devices such as hard drives. Enforcing the idea of a file is a large abstraction and doesn't allow full access to the hardware. However, not enforcing this abstraction makes it difficult for applications and users to find their information. Also, without this abstraction how can you prevent applications from over-writing disk blocks that another application thinks they own.
Now, I'm not going to say any of this really makes sense. I'm by no means an expert, and for all I know I could just be spewing nonsense, but it seemed like a pretty valid idea: how do you properly multiplex storage devices?