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. Kernel (operating system) - Wikipedia

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

    Modern monolithic kernels, such as the Linux kernel, the FreeBSD kernel, the AIX kernel, the HP-UX kernel, and the Solaris kernel, all of which fall into the category of Unix-like operating systems, support loadable kernel modules, allowing modules to be loaded into the kernel at runtime, permitting easy extension of the kernel's capabilities ...

  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. User space and kernel space - Wikipedia

    en.wikipedia.org/wiki/User_space_and_kernel_space

    A modern computer operating system usually uses virtual memory to provide separate address spaces or separate regions of a single address space, called user space and kernel space. [ 1 ] [ a ] Primarily, this separation serves to provide memory protection and hardware protection from malicious or errant software behaviour.

  6. Comparison of BSD operating systems - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_BSD...

    They also generally use a monolithic kernel architecture, apart from DragonFly BSD which feature hybrid kernels. The various open source BSD projects generally develop the kernel and userland programs and libraries together, the source code being managed using a single central source repository.

  7. Linux kernel - Wikipedia

    en.wikipedia.org/wiki/Linux_kernel

    The Linux kernel is a free and open source, [12]: 4 Unix-like kernel that is used in many computer systems worldwide. The kernel was created by Linus Torvalds in 1991 and was soon adopted as the kernel for the GNU operating system (OS) which was created to be a free replacement for Unix.

  8. Architecture of Windows 9x - Wikipedia

    en.wikipedia.org/wiki/Architecture_of_Windows_9x

    The Windows 9x kernel is a 32-bit kernel with virtual memory. Drivers are provided by .VXD files or, since Windows 98, the newer WDM drivers can be used. [2] However, the MS-DOS kernel stays resident in memory. Windows will use the old MS-DOS 16-bit drivers if they are installed, except on Windows Me. In Windows Me, DOS is still running, but ...

  9. Embedded system - Wikipedia

    en.wikipedia.org/wiki/Embedded_system

    A monolithic kernel is a relatively large kernel with sophisticated capabilities adapted to suit an embedded environment. This gives programmers an environment similar to a desktop operating system like Linux or Microsoft Windows , and is therefore very productive for development.