System calls

版权声明:This article is a blogger original article, only for study reference, reprint please indicate the source, thank you! https://blog.csdn.net/Rong_Toa/article/details/88045830

Kernel programming is vital for as long as new hardware is being designed and produced or old-obsolete hardware is maintained.

● A syscall causes a programmed exception (trap) on the CPU

○ syscall(number, arguments)

● Within the kernel you cannot access user space buffers

猜你喜欢

转载自blog.csdn.net/Rong_Toa/article/details/88045830