When.com Web Search

Search results

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

    en.wikipedia.org/wiki/Monolithic_system

    A monolithic system is a system that is integrated into one whole, analogous to a monolith. The phrase can have slightly different meanings in the contexts of computer software and hardware. The phrase can have slightly different meanings in the contexts of computer software and hardware.

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

  4. MenuetOS - Wikipedia

    en.wikipedia.org/wiki/MenuetOS

    MenuetOS is an operating system with a monolithic preemptive, real-time kernel written in FASM assembly language. The system also includes video drivers. It runs on 64-bit and 32-bit x86 architecture computers. Its author is Ville M. Turjanmaa. It has a graphical desktop, games, and networking abilities (TCP/IP stack).

  5. KolibriOS - Wikipedia

    en.wikipedia.org/wiki/KolibriOS

    The first version of KolibriOS, meant to be a driver fix for the Russian-language distribution, was released by Marat Zakiyanov "mario79" in 2004. [7] Shortly after the start of the KolibriOS project, MenuetOS's developer decided to only focus on the 64-bit version, which unlike its 32-bit counterpart was closed source. [8]

  6. Comparison of operating system kernels - Wikipedia

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

    monolithic? Yes Yes Yes ? Unix permissions? ? ? ? Solaris kernel: C: Solaris, OpenSolaris, GNU/kOpenSolaris Sun Microsystems: ELF (32-bit only until Solaris 7 in 1998) monolithic: IPFilter, PF (since Oracle Solaris 11.3) Yes Yes Yes Zones, chroot: Unix permissions, ACL, RBAC, Auditing, Privileges, Zones, Trusted Extensions

  7. Minix 3 - Wikipedia

    en.wikipedia.org/wiki/Minix_3

    Structure of monolithic kernel and microkernel-based operating systems, respectively. Reflecting on the nature of monolithic kernel based systems, where a driver (which has, according to Minix creator Tanenbaum, approximately 3–7 times as many bugs as a usual program) [17] can bring down the whole system, [18] Minix 3 aims to create an operating system that is a "reliable, self-healing ...

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

  9. Mach (kernel) - Wikipedia

    en.wikipedia.org/wiki/Mach_(kernel)

    Mach was initially hosted as additional code written directly into the existing 4.2BSD kernel, allowing the team to work on the system long before it was complete. Work started with the already functional Accent IPC/port system, and moved on to the other key portions of the OS: tasks, threads, and virtual memory.