Hacker News new | ask | show | jobs
by galkk 2021 days ago
Given that the kernel will/could expect to work without the programs, more or less, why it isn't Linux/GNU then.

Linux is a kernel, the rest are just a programs.

2 comments

The programs do the useful work, the rest is just the kernel.
if you use WSL1 you have all of GNU and zero Linux for instance
that's why it should have been called GSW (GNU system for Windows)
But the GNU stuff sits on top of WSL which implements(ed) Linux system calls.