How System Calls actually work, raw syscall in C
Giorgio Papini
0:00 / 0:00
How System Calls actually work, raw syscall in C
64 просмотра · 3 недели назад
Giorgio Papini
6 подписчиков
64 просмотра · 3 недели назад
In this video I explain how a system call execution mechanism works under the hood. After that I implement a simple syscall using inline asm in C.