Chang Liu
Chang Liu
Well... why would this be the desired behavior? kmscon has an option to specify which tty to use. And if it is not specified, it uses the first one that...
Setting the emulated processor to at least ivy bridge with the `-cpu` option will solve this problem. The default amd64 emulation target of qemu doesn't enable the fsgsbase instruction which...
Let me know if you get it working, I'll close the issue once you solve this problem (or you can close it yourself 🤣🤣).
> Wine already implements the Windows kernel on user-space (wineserver) Yes, in fact wine has a very similar architecture to us. However, wine's implementation depends on the POSIX API which...
I think the questions are answered now so I'm closing the issue.
Partially done in c0ad594
After much work and multiple rounds of late-night debugging, driver crashing should no longer crash the server, so closing this.
This appears to happen on i386 release build as well. ``` ** 891 __try { ntdll.dll`LdrpInitialize: ntdll.dll[0x10012cc8] : movl $0x0, -0x10(%ebp) ** 892 asm { "ud2" } 893 /* PCHAR...
Appears to be a clang bug: https://github.com/llvm/llvm-project/issues/62606