"Eric W. Biederman" wrote:
> 
> O.k. I just looked at how the linux kernel is using acpi,
> in acpitable.c and reskimmed the acpi spec to see what I was
> missing.
> 
> The Linux kernel isn't using true acpi at that point.  All
> it has is code for the mptables, and it finds the mptable
> (or a minor variation of thereof via acpi).  But acpi
> as a side issue does provide a good way to find other
> tables which is handy.   It looks like it may also provide
> hooks to point at the more interesting dmi tables.
> 
> The stuff isn't strictly acpi but it is very useful.

How feasible/reasonable would it be to have linuxbios use ACPI as its
table format?

The ACPI guys seem the listen and respond to feedback, they might even
consider changes to drivers/acpi for linuxbios, if the changes were
generally useful.

And, slight tangent, the general ia32 OS kernel method for probing
memory size(s) is via BIOS INT e820 (or is it e802?).  Anyway, it
provides a list of memory ranges, and what type of information that
memory range contains (useable RAM, ACPI table, etc.).  Providing e820
info to ia32 OS kernels would be a big step towards providing an easy
way to serve memory info and ACPI tables to all OS's.

Regards,

        Jeff



-- 
Jeff Garzik      | Usenet Rule #2 (John Gilmore): "The Net interprets
Building 1024    | censorship as damage and routes around it."
MandrakeSoft     |

Reply via email to