Methodology used
Posted Feb 6, 2007 11:46 UTC (Tue) by
pjm (subscriber, #2080)
In reply to:
Comparing Linux and Minix by tjc
Parent article:
Comparing Linux and Minix
Specifically, "A Lightweight Method for Building Reliable Operating Systems Despite Unreliable Device Drivers" compares MINIX 2 with MINIX 3, and finds syscall slowdowns of 7% to 18% (or 22% for getpid and presumably other very simple syscalls; gettimeofday is the most common very simple syscall I can think of off the top of my head).
I don't know whether MINIX 3 contains any significant performance improvements that could reasonably be applied to MINIX 2 as well, but at least the comparison is against a realistic monolithic kernel (presumably not using message passing).
(
Log in to post comments)