So you think you want to write a deterministic hypervisor?
March 20, 2024
If you’ve read our launch post, you might remember this section:
We thought about this and decided to just go all out and write a hypervisor which emulates a deterministic computer. Consequently, we can force anything inside it to be deterministic.
Let’s expand on that a bit.
When Antithesis discovers a potential bug, we want to be able to reproduce it easily, explore it thoroughly, and provide our users with the information they most need to fix it. The deterministic hypervisor i...
Read more at antithesis.com