←back to thread

55 points todsacerdoti | 1 comments | | HN request time: 0.333s | source
Show context
gelstudios ◴[] No.26594310[source]
These branches of computing history are really interesting.

> Domain/OS uses a single-level storage mechanism, whereby a program gains access to an object by mapping object pages directly into the process's address space.

It sounds similar in that respect to IBM i, and seems like an evolutionary branch that died off. What ever happened to this paradigm?

replies(4): >>26595328 #>>26596640 #>>26596892 #>>26598572 #
1. wmf ◴[] No.26595328[source]
There was also KeyKOS and EROS. One problem with such systems is that data corruption can live forever if you're not careful (of course the same can happen with mmap which is our watered-down version of single-level storage).