Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from common-nighthawk/patch-2
Browse files Browse the repository at this point in the history
clear up explanation of microkernal
  • Loading branch information
steveklabnik committed Dec 28, 2015
2 parents 01a96af + bbeb462 commit f6b2bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/what-kind-is-there.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ of mud, but it pays the bills.

## Microkernels

Microkernels are, well, micro. Smaller. A lot of the functionality that’s in
Microkernels are, well, micro. Smaller. A lot of the functionality that’s typically in
the kernel is in userspace instead. This is a good idea in theory, but
historically, microkernels have had issues. All that communication has
overhead, which makes them slower.
Expand Down

0 comments on commit f6b2bbd

Please sign in to comment.