What is Phantom OS about?

Phantom is, basically, a virtual machine (VM) working in a huge persistent virtual memory. Part of the VM classes (some classes, called ‘internal’) are implemented in kernel, giving VM code access to low level kernel services. Persistent virtual memory is completely orthogonal to object space and VM (no relation between, for example, object boundary and virtual memory page, etc.) and is implemented so that abrupt computer failure or loss of power leaves system in coherent state. On the application code (VM bytecode) level OS shutdown (either manual or caused by failure) is not even ‘seen’ – applications and their data are ‘never die’, they continue their work after the next OS boot up as if no shutdown ever happened.

The code of this slickly presented operating system is available on github.

12 Comments

  1. 2019-10-21 9:30 pm
    • 2019-10-22 12:24 am
      • 2019-10-22 3:18 am
        • 2019-10-22 11:03 am
      • 2019-10-22 12:00 pm
      • 2019-10-22 1:05 pm
      • 2019-10-22 3:36 pm
        • 2019-10-23 1:25 pm
    • 2019-10-23 11:32 am
  2. 2019-10-23 4:33 am
    • 2019-10-23 11:27 am
    • 2019-10-24 7:48 am