• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is meant by the OS's kernel?

Yohhan

Senior member
What is meant by the OS's kernel, and what does it do? I'm pretty vague on it... All I really know is that it loads up the OS at boot? Is it something that remains present while you're running the OS?

Thanks.
 
It depends on the OS and it's implementation. In Linux and most unixes the kernel is a large piece of software that handles all hardware access, process scheduling, memory management, etc it's basically the core of the OS.
 
Back
Top