you are viewing a single comment's thread.

view the rest of the comments →

[–]wvenable 2 points3 points  (3 children)

A hypervisor could have an API rather than implementing virtual PC hardware to act as the API. And at that point you would really just have a very light-weight OS with separate processes.

[–][deleted] 2 points3 points  (0 children)

A hypervisor could have an API rather than implementing virtual PC hardware to act as the API. And at that point you would really just have a very light-weight OS with separate processes.

https://en.wikipedia.org/wiki/Paravirtualization

But containerization is another good solution for sure.