Comment Re:File systems are designed around... (Score 1) 209
Multics had a single-level store - memory and disk were just storage, and it was the OS's job to move things in or out of one or the other. The Phantom OS project does this too. You don't have to write code to name, translate and save your program's objects. It just flushes memory to disk on a regular basis.
Anyone have thoughts on this?