Hacker News new | ask | show | jobs
by orf 3105 days ago
> It's a monolithic system

FYI, Windows is anything but a monolith - especially the kernel. It's heavily built around services and message passing.

Whereas actually Linux is a monolithic kernel (granted, the ecosystem on top is not so much).