Linux kernel library

Vladimir Ermakov samflanker at gmail.com
Sun May 25 11:55:21 UTC 2008


Hello

interesting project
http://ixlabs.cs.pub.ro/projects/linux-kernel-library/

====================================================


      Project description

The Linux kernel is an immense deposit of high quality code: over 7 
million lines as of version 2.6.20. While some parts could be used in 
other projects, the tasks of identification, separation and maintenance 
of the needed chunks of code require many resources, a good 
understanding of the Linux architecture and high C skills.

The purpose of the Linux Kernel Library project is to organize the Linux 
code in a library which can be used in third party projects. Example of 
such projects:

    * Linux filesystem drivers for other operating systems
    * schedulers for applications that need to manage some tasks
    * applications that would need swapping, caching or other memory
      management features
    * applications that use filesystem images


====================================================

/Vladimir Ermakov



More information about the freebsd-emulation mailing list