enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Monolithic kernel - Wikipedia

    en.wikipedia.org/wiki/Monolithic_kernel

    Modular operating systems such as OS-9 and most modern monolithic-kernel operating systems such as OpenVMS, Linux, FreeBSD, NetBSD, DragonFly BSD, Solaris, AIX, and Multics can dynamically load (and unload) executable kernel modules at runtime. This modularity of the operating system is at the binary (image) level and not at the architecture level.

  3. Comparison of operating system kernels - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_operating...

    A kernel is a component of a computer operating system. [1] A comparison of system kernels can provide insight into the design and architectural choices made by the developers of particular operating systems.

  4. Linux kernel - Wikipedia

    en.wikipedia.org/wiki/Linux_kernel

    Even though seemingly contradictory, the Linux kernel is both monolithic and modular. The kernel is classified as a monolithic kernel architecturally since the entire OS runs in kernel space. The design is modular since it can be assembled from modules that in some cases are loaded and unloaded at runtime.

  5. Comparison of open-source operating systems - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_open-source...

    Multiserver Microkernel (Hurd kernel) or Monolithic (Linux-libre kernel, fork of Linux kernel, and other kernels which are not part of the GNU Project) C: 1:1 Unix-like: 2.4 on Linux-libre kernel (not on Hurd kernel) Linux: ReactOS: GPL, LGPL Hybrid C, C++ Windows-like: No RISC OS: Apache 2.0 Monolithic (with cooperative multitasking) ARM ...

  6. Kernel (operating system) - Wikipedia

    en.wikipedia.org/wiki/Kernel_(operating_system)

    The Linux kernel is both monolithic and modular, since it can insert and remove loadable kernel modules at runtime. This central component of a computer system is responsible for executing programs. The kernel takes responsibility for deciding at any time which of the many running programs should be allocated to the processor or processors.

  7. Hybrid kernel - Wikipedia

    en.wikipedia.org/wiki/Hybrid_kernel

    The Windows NT operating system family's architecture consists of two layers (user mode and kernel mode), with many different modules within both of these layers.One prominent example of a hybrid kernel is the Microsoft Windows NT kernel that powers all operating systems in the Windows NT family, up to and including Windows 11 and Windows Server 2022, and powers Windows Phone 8, Windows Phone ...

  8. Tanenbaum–Torvalds debate - Wikipedia

    en.wikipedia.org/wiki/Tanenbaum–Torvalds_debate

    Graphic of a monolithic kernel running kernel space entirely in supervisor mode Microkernel architecture relies on user-space server programs. While the debate initially started out as relatively moderate, with both parties involved making only banal statements about kernel design, it grew progressively more detailed and sophisticated with every round of posts.

  9. Comparison of operating systems - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_operating...

    kernel In some operating systems, the OS is split into a low level region called the kernel and higher level code that relies on the kernel. Typically the kernel implements processes but its code does not run as part of a process. [disputed – discuss] hybrid kernel monolithic kernel Nucleus