Kernel and User Modes

The operating system initiates in kernel mode, guided by BIOS instructions, before transitioning to user mode for regular processes. This separation is crucial for system security, as user processes cannot directly access kernel functions. To interact with the operating system, processes must make system calls, effectively yielding control back to the OS to perform tasks like I/O operations or memory allocation.