|
|
|
|
|
by raggi
1988 days ago
|
|
Redox is a unix style operating system with a unix style design and ABI. This operating system shares none of those goals, it seems to focus on a particular challenge related to the abstraction between subsystems of the operating system, following a term they call "state spilling". The goal appears to be to design an architecture that supports in-place updates of most components due to them having tightly constrained state management and inter-component dependencies. |
|
Strongly reminds me of Erlang-style hot reload.
Have any OS projects based on that architecture ever got off the ground?