Changes between Version 6 and Version 7 of ProjectInformation

Show
Ignore:
Timestamp:
12/28/08 16:19:56 (4 years ago)
Author:
khali
Comment:

Add link to kernel drivers

Legend:

Unmodified
Added
Removed
Modified
  • ProjectInformation

    v6 v7  
    33== Project Mission == 
    44 
    5 The primary mission for our project is to provide the best and most complete hardware health monitoring support for Linux, in the form of kernel drivers and a user-space library. We strive to produce well organized, efficient, safe, flexible, and tested code free of charge to all Linux users. The project attempts to support as many related devices as possible (when documentation is available), especially those which are commonly included on PC mainboards. 
     5The primary mission for our project is to provide the best and most complete hardware health monitoring support for Linux, in the form of [wiki:Devices kernel drivers] and a user-space library. We strive to produce well organized, efficient, safe, flexible, and tested code free of charge to all Linux users. The project attempts to support as many related devices as possible (when documentation is available), especially those which are commonly included on PC mainboards. 
    66 
    77Our drivers provide the base software layer for utilities to acquire data on the environmental conditions of the hardware. We also provide a user-space access library and a sample text-oriented utility built on top of said library to display sensor data. While this simple utility is sufficient for many users, others desire more elaborate user interfaces. We leave the development of these GUI-oriented utilities to others. See our [wiki:UsefulLinks useful links] page for references.