Multiple choice general knowledge

Which of the following is not a microkernel-based OS?

  1. QNX

  2. L4

  3. Linux

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Linux is a monolithic kernel, not a microkernel. Systems like QNX and L4 are classic examples of microkernels, which keep only essential services in core space and run others as user-space servers.