Menu

Tree [5f6f7b] master /
 History

HTTPS access


File Date Author Commit
 libs 2010-10-04 ad ad [305f63] Merge branch 'master' of git://mirrors.git.kern...
 m4 2009-02-19 Jean Parpaillon Jean Parpaillon [0a9835] Merge branch 'master' of ssh://git.kerlabs.com/...
 man 2010-07-06 root root [f3cf7e] Merge branch 'master' of git://mirrors.git.kern...
 patches 2010-05-03 Marko Obrovac Marko Obrovac [1593fa] Merge branch 'master' of git://mirrors.git.kern...
 scripts 2010-10-04 ad ad [305f63] Merge branch 'master' of git://mirrors.git.kern...
 tests 2010-10-04 ad ad [305f63] Merge branch 'master' of git://mirrors.git.kern...
 tools 2011-01-23 Marko Obrovac Marko Obrovac [5f6f7b] [ADD] The kdfs_convert utility
 tools-host 2010-10-04 ad ad [305f63] Merge branch 'master' of git://mirrors.git.kern...
 .gitignore 2010-10-04 ad ad [305f63] Merge branch 'master' of git://mirrors.git.kern...
 AUTHORS 2009-07-02 Jean Parpaillon Jean Parpaillon [084b52] Update Copyright years for Cyril Brulebois
 COPYING 2009-02-18 Jean Parpaillon Jean Parpaillon [817c8f] Initial import from SVN rev5046:
 ChangeLog 2010-07-06 root root [f3cf7e] Merge branch 'master' of git://mirrors.git.kern...
 INSTALL 2010-07-06 root root [e85c92] Merge branch 'master' of ssh://kdfs.git.sourcef...
 Makefile.am 2010-05-03 Marko Obrovac Marko Obrovac [1593fa] Merge branch 'master' of git://mirrors.git.kern...
 NEWS 2009-02-19 Jean Parpaillon Jean Parpaillon [172928] Remove automake --foreign option (but let -Wno-...
 README 2010-10-04 ad ad [305f63] Merge branch 'master' of git://mirrors.git.kern...
 autogen.sh 2009-07-16 Cyril Brulebois Cyril Brulebois [11f5f4] Use if [ -s/-z $(switch ...)" ] everywhere.
 clean.sh 2010-05-03 Marko Obrovac Marko Obrovac [1593fa] Merge branch 'master' of git://mirrors.git.kern...
 configure.ac 2010-07-06 root root [f3cf7e] Merge branch 'master' of git://mirrors.git.kern...
 install-sh 2010-05-03 Marko Obrovac Marko Obrovac [1593fa] Merge branch 'master' of git://mirrors.git.kern...
 linux_version.sh 2010-07-06 root root [f3cf7e] Merge branch 'master' of git://mirrors.git.kern...

Read Me

                     Kerrighed
		     ---------

These are the release notes for Kerrighed 

add a test line to see the diff in the mail

WHAT IS KERRIGHED ?

	
  Kerrighed is a Single System Image operating system for clusters.
  Kerrighed offers the view of a unique SMP machine on top of a
  cluster of standard PCs.

  Kerrighed is implemented as an extension to Linux operating system
  (a set of Linux modules and a small patch to the kernel).

  Kerrighed main features are :

    * Customizable Cluster Wide Process Scheduler.

        Processes are automatically scheduled over the cluster nodes
        to balance the CPU load using the Kerrighed default scheduling
        algorithm. However, Kerrighed offers a toolkit to easily write
        customized schedulers hot-loadable through kernel modules.

    * Cluster Wide Shared Memory.

        System V memory segments can operate through the whole
        cluster, just like on an SMP machine.

    * Process Checkpointing.

        Processes can be checkpointed and restarted on any cluster
        node.

    * Cluster Wide Unix Process Interface.

        All traditional UNIX process management commands (top, ps, kill,
        etc) operate cluster wide. Moreover, process identifiers (pid)
        are unique cluster wide.

    * Customizable Single System Image Features.

        Single system image features (shared memory, global scheduler,
        migrable streams, etc) can be enabled or desabled on a per
        process basis.

  The present implemention of Kerrighed is compatible with version
  2.6.30 of Linux kernel.