View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#46
Originally Posted by Alecsandru View Post
kernel modules run in kernel space , user modules (so) run in user space . but if i remember correctly the kernel modules can limit what user modules can acces
True.

Userspace libraries are just your normal userspace code modules, only packed in library archive, to be dynamically linked to your executables. No magic there whatsoever

Kernel modules, on the other hand, are directly linked to kernel code, running in kernel space and able to access any kernel functionality.
 

The Following 2 Users Say Thank You to juiceme For This Useful Post: