Hacker News new | past | comments | ask | show | jobs | submit login

>That might be a bad example, because Windows applications are expected to bundle their own libc (MSVCRT). I'm not sure if modern Windows even ships with a copy -- it definitely doesn't ship with copies of all the versions that applications might depend on.

It went the other way - Microsoft moved away from the "unstable C runtime" policy and introduced the Universal CRT (IIRC in 2015), officially being promoted to a Windows component, a guaranteed stable ABI, and shipped with Windows since W10.

>Linux follows the Windows model, where the stable interface is the kernel (Linux's syscalls, Windows's ntdll).

Ntdll is decidedly not guaranteed to be stable, and its direct use is explicitly discouraged by Microsoft. Win32 has always been the official and stable interface for NT-based OSes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: