Re: How to read BIOS information
- From: Arjan van de Ven <arjan@xxxxxxxxxxxxx>
- Date: Mon, 08 May 2006 16:53:13 +0200
On Mon, 2006-05-08 at 19:44 +0530, Madhukar Mythri wrote:
Hi,
Im new to this group.
I want to get some information from BIOS. i.e i want to know whether
Hyperthreading is Enabled/Disabled(as per BIOS settings) from an user
applications program.
there is no standard way to do this. You can use /proc/cpuinfo to see if
the kernel found ht'd processors. But that's the best you can do.
(well you could grovel through the acpi tables just like the kernel
does, but you really don't want to do that from userspace)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: How to read BIOS information
- From: Dan Carpenter
- Re: How to read BIOS information
- From: Madhukar Mythri
- Re: How to read BIOS information
- References:
- How to read BIOS information
- From: Madhukar Mythri
- How to read BIOS information
- Prev by Date: Re: How to read BIOS information
- Next by Date: Re: Add a "enable" sysfs attribute to the pci devices to allow userspace (Xorg) to enable devices without doing foul direct access
- Previous by thread: Re: How to read BIOS information
- Next by thread: Re: How to read BIOS information
- Index(es):
Relevant Pages
|