Down Call vs. Up Call

downcall_upcall

Down Call

  • User code(unprivileged) enters to kernel with trap(interrupt).

Up Call

  • Kernel(privileged) enters to user code with IPC(Interprocess Communication).

 

Leave A Comment

Your email address will not be published. Required fields are marked *