eli5 What’s the difference between os and an kernel

1.17K views

eli5 What’s the difference between os and an kernel

In: 33

33 Answers

Anonymous 0 Comments

Kernel talked to the hardware directly. Stuff like running stuff on the cpu, accessing the ram and memory directly. The OS will run applications like your browser and if it needs access to the hardware like when you want access to a file it will ask the kernel to do work to get the resource it needs.

You are viewing 1 out of 33 answers, click here to view all answers.