• @jcgA
    link
    39 months ago

    Does that mean on a microkernel you’d essentially have double the amount of code execution for a driver (i.e. driver makes a call to the kernel, kernel verifies and then executes rather than the driver just executing the call) meaning double the latency? Seems like it would cause a lot of problems.

    • ferret
      link
      fedilink
      English
      39 months ago

      Nowhere near double, the kernel can be extremely sparse on it’s side, but there is a small latency hit