uACPI, a portable and easy-to-integrate ACPI implementation

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
rdos
Member
Member
Posts: 3379
Joined: Wed Oct 01, 2008 1:55 pm

Re: uACPI, a portable and easy-to-integrate ACPI implementation

Post by rdos »

The memory mapping function should really have access flags. Initially, I assumed that these mappings would be read-only, but then I discovered that some code did writes. It's a security problem that the ACPI tables can be modified. It's also unclear how the caching bits should be setup. Some of these accesses might be to MMIO, and then would require different cache settings compared to normal memory.
Post Reply