                                    uhinv
                    The Universal Hardware Inventory Tool

                 http://developer.berlios.de/projects/uhinv/

uhinv displays operating system and hardware information in a common format
across multiple platforms and architectures.

Currently the support list is rather short. The code is modular, however, so
adding in additional supported systems should be fairly easy. Patches are of
course welcome :)

SUPPORT LIST:

Operating Systems:
* Linux
* Anything POSIXish enough to implement uname(3p)

CPUs:
* On Linux, via /proc/cpuinfo:
  * ARM (very small selection of CPUs tested)
  * PARISC (HPPA)
  * POWER, PPC
  * SPARC
  * MIPS
  * x86
  * x86_64 (amd64)

Memory:
* Linux

Devices:
* On Linux 2.6.x kernels, via /sys:
  * PCI devices understood by the pciids project (http://pciids.sf.net/)

