Question
When a system call has only a few small parameters, where may they be placed for fast transfer to the kernel?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Processor registers
Explanation:
Registers provide a direct and efficient way to pass a small number of system-call arguments.
Larger or more numerous arguments are often placed in a memory block instead.
Leave a Reply