Login
From:
wiki.osdev.org
(Uncensored)
subscribe
System Calls - OSDev Wiki
https://wiki.osdev.org/System_Calls
links
backlinks
Roast topics
Find topics
Find it!
System Calls are used to call a kernel service from user land. The goal is to be able to switch from user mode to kernel mode, with the associated privileges. Provided system calls depend on the nature of your kernel.