Git Product home page Git Product logo

libdl's Introduction

Libdl
Copyright (C) 2009-2010 Dario Faggioli
Release under GPL, version 2 (see COPYING)
Use at your own risk.

ABOUT
-----

Libdl provides what is needed to use the SCHED_DEADLINE scheduling
policy and all its features from an userspace program.
This is needed since the new system calls, flags, etc. that make
it possible are not (yet? :-P) included in the standard library.


PREREQUISITES
-------------

The new interface is only implemented by kernels patched to support
the SCHED_DEADLINE schedulign policy.

Instructions on how to download and compile such a kernel are available
on the development Website of the project:

 http://gitorious.org/sched_deadline/pages/Home


USAGE
-----

To compile the library as a static or shared object:

$> make static or $> make shared or just $> make

To install in the default path (/usr/local/lib):

#> make install

To customize the install path change DESTPREFIX and DESTDIR
in the Makefile.

To statically include the files in your project:
 - copy dl_syscalls.h and dl_syscalls.c in your header and
   source folder;
 - edit your Makefile so that targets where the new interface
   is used depends on dl_syscall.c;
 - compile and install it as usual.


CONTACT
-------

For bug reporting, as well as for any other comment, feel free to
contact me at [email protected].

libdl's People

Contributors

glguy avatar jtdaugherty avatar dfaggioli avatar njlr avatar

Stargazers

James Armstrong avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.