Why do programs install a driver running in kernel mode?

1 answer

Answer

1007029

2026-07-10 15:06

+ Follow

In modern operating systems, programs are isolated from other programs and from the hardware; if they want to interact, they must do so through a piece of code called the kernel. This means that, if one program goes haywire, it can't bring the whole system down. Drivers are pretty much just the parts of the kernel that directly touch the hardware.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.