Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 273 Bytes

File metadata and controls

16 lines (6 loc) · 273 Bytes

Question 105

Why do we need a separate instruction to implement system calls?

Answer

Because it is faster than interrupts: it uses always the same routine to access the system calls handler, and it does not need to use IDT.

prev +++ next