Open Yalneh opened 1 week ago
When I write my own vt driver, the program always freezes after running for a while. How can I find out what causes the freeze?
This is because Mango has taken over the host idt, you need to do the corresponding processing in the host exception handling again
When I write my own vt driver, the program always freezes after running for a while. How can I find out what causes the freeze?