|
|
|
|
|
by 1996
2042 days ago
|
|
WSL1 tries to do too much. WSL2 tries to do even more. msys2 mostly cares about running your textmode software. For example, someone talked about processes. Here's all that I see in msys2: # ps xwau PID PPID PGID WINPID TTY UID STIME COMMAND
480 479 480 18796 pty1 197611 14:13:13 /usr/bin/bash
479 1 479 16872 ? 197611 14:13:12 /usr/bin/mintty
1118 480 1118 16496 pty1 197611 17:00:32 /usr/bin/ps
Most of the time, I don't need to access Windows processes - and if I do, data can be exchanged through a file. |
|