When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Monolithic kernel - Wikipedia

    en.wikipedia.org/wiki/Monolithic_kernel

    A monolithic kernel is an operating system architecture with the entire operating system running in kernel space. The monolithic model differs from other architectures such as the microkernel [1] [2] in that it alone defines a high-level virtual interface over computer hardware. A set of primitives or system calls implement all operating system ...

  3. Category:Monolithic kernels - Wikipedia

    en.wikipedia.org/wiki/Category:Monolithic_kernels

    This is a category for monolithic kernels. Subcategories. This category has the following 6 subcategories, out of 6 total. D. DOS kernel (8 P) F. FreeBSD (1 C, 51 P ...

  4. 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.

  5. Kernel (operating system) - Wikipedia

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

    By the early 1990s, due to the various shortcomings of monolithic kernels versus microkernels, monolithic kernels were considered obsolete by virtually all operating system researchers. [ citation needed ] As a result, the design of Linux as a monolithic kernel rather than a microkernel was the topic of a famous debate between Linus Torvalds ...

  6. Collocation (operating systems) - Wikipedia

    en.wikipedia.org/wiki/Collocation_(operating...

    During this same period, the ever-growing amount of main memory and great increases in hard drive performance greatly lowered the development complexity of large monolithic kernels. Collocation is much less common today, with some formerly collocation-based systems moving to traditional monolithic systems, one example being macOS' XNU.

  7. XNU - Wikipedia

    en.wikipedia.org/wiki/XNU

    XNU is a hybrid kernel, containing features of both monolithic kernels and microkernels, attempting to make the best use of both technologies, such as the message passing ability of microkernels enabling greater modularity and larger portions of the OS to benefit from memory protection, and retaining the speed of monolithic kernels for some critical tasks.

  8. Microkernel - Wikipedia

    en.wikipedia.org/wiki/Microkernel

    Structure of monolithic and microkernel-based operating systems, respectively. In computer science, a microkernel (often abbreviated as μ-kernel) is the near-minimum amount of software that can provide the mechanisms needed to implement an operating system (OS).

  9. L4 microkernel family - Wikipedia

    en.wikipedia.org/wiki/L4_microkernel_family

    The proof provides a guarantee that the kernel's implementation is correct against its specification, and implies that it is free of implementation bugs such as deadlocks, livelocks, buffer overflows, arithmetic exceptions or use of uninitialised variables. seL4 is claimed to be the first-ever general-purpose operating-system kernel that has ...