next up previous
Next: Loading the RK module Up: The RK API Reference Previous: The RK API Reference

Introduction

In order to compile a Linux program for RK, link the library librk.a located under LinuxRK/lib/.

To use CPU, network or disk reservation, the following general steps are necessary:

  1. Create Resource Set (RS)
  2. Create CPU, disk and network reservation for the resource set
  3. Attach a process to the resource set
  4. execute the process
  5. Destroy resource set.

Please consult the example programs in the LinuxRK/examples directory for detail.



Subsections

Luca Abeni 2000-11-03