1.4 operating system architecture

1.4 operating system architecture

Divided into two parts

1. The big kernel
  • Advantages: High performance.
  • Cons: kernel code huge, chaotic structure, it is difficult to maintain.
2. microkernel
  • Advantages: small kernel function, clear structure, easy to maintain.
  • Cons: requires state cut low performance.
Published 26 original articles · won praise 26 · views 2851

Guess you like

Origin blog.csdn.net/apple_2021/article/details/105204440