Difference between monolithic and micro kernel in OS

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • OS Notes @100 UPI ID LK9001@ICICI Share screenshot on 7417557883
    automata Notes @100 UPI ID LK9001@ICICI Share screenshot on 7417557883
    Monolithic kernel is a single large process running entirely in a single address space. It is a single static binary file. All kernel services exist and execute in the kernel address space. The kernel can invoke functions directly.
    In microkernels, the kernel is broken down into separate processes, known as servers. Some of the servers run in kernel space and some run in user-space. All servers are kept separate and run in different address spaces. Servers invoke "services" from each other by sending messages via IPC

Комментарии • 27