First step is to add an irq handler for isr 14 (#PF).
That irq will have to be handled synchronously. For that, we need to have a callback mechanism to reenter the VM. Years ago we used Alien FFI for that, maybe now we should use Unified FFI.
Anyway, the callbacks didn't work as easily as we'd like, we had to save some parts of the state of the VM.
This one is not easy.
First step is to add an irq handler for isr 14 (#PF).
That irq will have to be handled synchronously. For that, we need to have a callback mechanism to reenter the VM. Years ago we used Alien FFI for that, maybe now we should use Unified FFI.
Anyway, the callbacks didn't work as easily as we'd like, we had to save some parts of the state of the VM.