Software:Linux Kernel Library

From HandWiki
Revision as of 03:50, 3 March 2021 by imported>SpringEdit (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Linux Kernel Library is a project started by Octavian Purdila at University POLITEHNICA of Bucharest's Ixia sponsored laboratories, IXLABS[1].

The project's goal is to use the Linux kernel as a linkable library, so that the non-static functions from the kernel can be called from some external program.

The first application to use LKL was LKLFTPD, an FTP daemon which serves files from disk images containing any file system supported by the Linux kernel.

External links