Libsmbios

From CBLFS
Revision as of 05:20, 15 October 2008 by Mungo (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-2.0.3/libsmbios-2.0.3.tar.gz |} -...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-2.0.3/libsmbios-2.0.3.tar.gz

Introduction to Libsmbios

The libsmbios project aims towards providing access to as much BIOS information as possible. It does this by providing a library of functions that can be used as well as sample binaries.

Project Homepage: http://linux.dell.com/libsmbios/main/index.html

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Copy the headers to use by other applications (such as hal)

cp -prfv include/smbios /usr/include

Multilib

32Bit

TO DO

N32

TO DO

64Bit

TO DO