Question
What causes a user program’s system-call instruction to enter kernel mode safely?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A controlled trap to a predefined kernel entry point
Explanation:
The system-call instruction triggers a protected transition to a validated kernel handler.
The processor changes privilege level and prevents the application from choosing arbitrary privileged code.
Leave a Reply