Skip to content
Snippets Groups Projects
Commit a453f794 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge pull request #44 from rivertam/patch-1

Typo =)
parents 955beb13 1f0ff678
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ The kernel
Redox's kernel is a microkernel. The architecture is largely inspired by MINIX.
n contrast to Linux or BSD, Redox has only 16,000 lines of kernel code, a number that is often decreasing. Most services are provided in user space
In contrast to Linux or BSD, Redox has only 16,000 lines of kernel code, a number that is often decreasing. Most services are provided in user space
Having vastly smaller amounts of code in the kernel makes it easier to find and fix bugs/security issues more efficiently. Andrew Tanenbaum (author of MINIX) stated that for every 1,000 lines of properly written code, there is a bug. This means that for a monolithic kernel which could average over 15,000,000 lines of code, there could be at least 15,000 bugs. A micro kernel which usually averages 15,000 lines of code would mean that at least 15 bugs exist.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment