Computer Science, asked by yashi7905, 5 months ago

what is the difference between kernel and device driver​

Answers

Answered by mrinalinimony
4

Answer:

In general, drivers provide detail implementation to specific physical or logical devices, while kernel then provide a set of interface for drivers, and manage them in a higher abstracted level (HAL). By the way, kernel does a lot more than managing hardware resources.

Similar questions