[SOLVED] Is using bios-e820 enough to locate ACPI ?
Posted: Fri Dec 06, 2013 2:21 pm
Hi,
I'm working on ACPI support in my OS right now and I've got a simple question.
I'm using the technique described here (http://forum.osdev.org/viewtopic.php?t=16990) to find the RSDTPtr, but the address I found is exactly what I have in the memory map given by e820 from BIOS.
Wouldn't it be enough in practice to use the e820 memory map to find ACPI ? Or are there some limitations in practice ?
Thanks
I'm working on ACPI support in my OS right now and I've got a simple question.
I'm using the technique described here (http://forum.osdev.org/viewtopic.php?t=16990) to find the RSDTPtr, but the address I found is exactly what I have in the memory map given by e820 from BIOS.
Wouldn't it be enough in practice to use the e820 memory map to find ACPI ? Or are there some limitations in practice ?
Thanks