> For the complete documentation index, see [llms.txt](https://notes.mikaelsamvelian.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.mikaelsamvelian.com/linux-fundamentals/architecture.md).

# Architecture

<img src="/files/NZdNI3qwEgu8ZASgaHq2" alt="" data-size="original">

* The Linux kernel is monolithic in nature.
* System calls are used to interact with the Linux kernel space.
* Kernel code can only be executed in the kernel mode. Non-kernel code is executed in the user mode.
* Device drivers are used to communicate with the hardware devices.
