I'm a Java developer. And I love working on both Windows and Linux. Is there any way to ship windows to linux or linux to windows without using virtual machine?
I tried wine in ubuntu. And it suck for both compatible and performance. I also tried WSL (Window Subsystem Linux). Performance still not good.
Linux kernel is written in C/C++ right? Can we compile it to run inside windows system natively as a shared libraries?