May I ask what you're programming it in?
pci devices: lspci
all dev: lsdev (shows irqs and bunch of stuff)
show usb devices: lsusb
plug n play devices: lspnp
list currently loaded kernel modules: lsmod
To get CPU information, flags, and such: cat /proc/cpuinfo
There is a LOT of other files you can get the contents from in /proc by using the cat command as well.
Just to get you started. I like sandra for the PC. Useful for getting information about devices.
another useful command is:
memtest
see the man page for info about it... can test memory for problems (cpu intensive!)
Last edited by jon_k; 11-05-2004 at 06:23 PM.
|