Hacker News new | ask | show | jobs
by matheusmoreira 1280 days ago
Microsoft Linux doesn't exist yet, they just have a cheap imitation running on top of Windows. I recommend switching to the real thing.
2 comments

>The Azure Sphere OS is a custom Linux-based microcontroller operating system created by Microsoft to run on an Azure Sphere-certified chip and to connect to the Azure Sphere Security Service

Also

>CBL-Mariner (in which CBL stands for Common Base Linux)[3] is a free and open-source Linux distribution that Microsoft has developed. It is the base container OS for Microsoft Azure services[4][5] and the graphical component of WSL

Well, it's ubuntu in a Hyper-V VM. It's a very real linux, and it runs /in/ windows vs on top of it...
Wasn't it an implementation of Linux system calls on top of NT?
> Wasn't it an implementation of Linux system calls on top of NT?

Windows subsystem for linux has 2 flavors. WSL1 was more of the whole system call on NT thing, kind of. WSL2 is a lightweight hyper-v VM with an MS customized Linux kernel with a bunch of tweaks to do cool shit.