Projects / Kernel Mode Linux

Kernel Mode Linux

Kernel Mode Linux is a technology which enables the execution of user programs in a kernel mode. In Kernel Mode Linux, user programs can access kernel address space directly. Unlike kernel modules, user programs are executed as ordinary processes (except for their privilege level), so scheduling and paging are performed as usual. Although it seems dangerous, the safety of the kernel can be ensured through such methods as static type checking, software fault isolation, and so forth.

Tags
Licenses
Operating Systems

RSS Recent releases

  •  13 May 2013 12:22

Release Notes: This release has been merged with the 3.9 Linux kernel.

  •  24 Feb 2013 03:20

Release Notes: This release has been merged with the 3.8 Linux kernel.

  •  30 Dec 2012 19:28

    Release Notes: This release has been merged with the 3.7 Linux kernel.

    •  19 Oct 2012 19:29

    Release Notes: This release has been merged with the 3.6 Linux kernel.

    •  01 Aug 2012 20:46

    Release Notes: This release has been merged with the 3.5 Linux kernel.

    Screenshot

    Project Spotlight

    pkgtxt2db

    A tool to convert Slackware PACKAGES.TXT to various databases formats.

    Screenshot

    Project Spotlight

    Concurrency Kit

    A library of synchronization primitives and concurrent data structures for specific update-heavy workloads.