100 likes | 248 Vues
This article explores the fundamental components of operating systems, focusing on kernel architecture, processes, and threads in both Windows and Linux environments. We delve into the concepts of microkernels and monolithic kernels, detailing how they interact with hardware through the Hardware Abstraction Layer (HAL). Key processes, execution contexts, and thread scheduling mechanisms are discussed for both platforms. Additionally, the article highlights the Linux kernel's modular components and the importance of interprocess communication, memory management, and file system management.
E N D
Kernel, processes and threads Windows and Linux
Windows Architecture • Operating system design • Modified microkernel • Layered • Components • HAL • Interacts with hardware, drives device components on mainboard • Abstracts hardware specifics that differ between systems of the same architecture • Microkernel • Basic system mechanisms • Thread scheduling, interrupt dispatching, etc.
Process and Thread • Process • Execution context • Program code • Resources • Associated threads • Threads: units of execution • Process and threads are objects
Linux Architecture • Monolithic kernel • Contains modular components, however • UNIX-like or UNIX-based operating system • Six primary subsystems: • Process management • Interprocess communication • Memory management • File system management • VFS: provides a single interface to multiple file systems • I/O management • Networking