System Calls - Introduction | Operating Systems - 2.3.1

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 2

  • @vaseemakram6692
    @vaseemakram6692 2 หลายเดือนก่อน

    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?

    • @thebigbooleantheory
      @thebigbooleantheory  2 หลายเดือนก่อน +1

      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.