|
|
|
|
|
by bane
3520 days ago
|
|
Out of curiosity have you thought about just running a linux server in a VM and sshing into it from the shell? It seems bizarre I know, but you get a "real" linux then, while still keeping a major OS for software compatibility with user apps. |
|
If 'real linux' is the Linux userspace, then that's what you're getting with Ubuntu - all of 'Linux' except the Linux kernel. WSL allows the NT kernel to handle all of the Linux syscalls. If you consider just the public interface, then WSL is also 'real linux'.
Of course this is all theoretical because there are still some bugs here and there. Those are being dealt with and WSL is making great progress.