AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Linux or Monolithic Kernel?
There's two main different types of kernels there's what are called monolithic kernels which try to just kind of bundle everything together in the kernel as much as they can. There's also what are called micro kernels where they try to keep the very center as slim as possible and then put some of the services outside the kernel so that if one of those services fails the whole kernel doesn't get brought down. So I wouldn't want to say that one or the other is necessarily better do the operating systems have similar characteristics or like do they work equally?Yeah there's going to be performance differences so even when you have software that's portable we talked earlier about portable frameworks that let you take an app