Compiling custom kernel for WSL2
I would like to use USB devices inside WSL2, however, it doesn't support USB pass-through yet. VirtualHere allows to pass USB devices from windows to WSL2 through the network but it requires USBIP support from Linux kernel. Unfortunately default kernel provided by Microsoft doesn't have required components built-in. So let's…