| Rev | Author | # | Line |
|---|---|---|---|
| 1 | PerryLorier | 1 | systems calls are trapped and executed by the kernel. All system calls are served by the kernal. |
| 2 | |||
| 3 | UNIX has traditionally been implemented as a Monolithic Kernel. | ||
| 4 | |||
| 5 | Compare this with a MicroKernel where as little as possible is implemented in the kernel and everything else is implemented in UserSpace |