Linux system calls and its implementation details for AARCH64 architecture

What is a system call?System calls are function invocations made from user space into the kernel in order to request some service or resources from the operating system.Here the user space application can be a text editor or a web browser, which can invoke different system calls like read() and write(). How system calls areContinue reading “Linux system calls and its implementation details for AARCH64 architecture”

Design a site like this with WordPress.com
Get started