Kernel and User Mode Sep 21, 2023 • Daria Shantalova Share on: User mode Context mode Switching mode User mode - application request privilage operation from kernel via system call Kernel mode - access to the resoursess System call is performed by switching to kernel mode, switching is used with context mode. <Previous PostLinux Kernel >Next PostLinux eBPF