ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
When you say that a system call transfers control to the operating system, does this mean that the control is passed to another C file, like kernel.c?
Yes, precisely. Code starts executing from another routine, in a file defined in OS's code base. The last video in this topic will give a detailed walk through of how a System Call is processed.
When you say that a system call transfers control to the operating system, does this mean that the control is passed to another C file, like kernel.c?
Yes, precisely. Code starts executing from another routine, in a file defined in OS's code base. The last video in this topic will give a detailed walk through of how a System Call is processed.