mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Kernel: Scan ACPI memory ranges for the RSDP table
On some systems the ACPI RSDP table may be located in ACPI reserved memory ranges rather than in the EBDA or BIOS areas.
This commit is contained in:
parent
190572b714
commit
10efbfb09e
Notes:
sideshowbarker
2024-07-17 21:41:19 +09:00
Author: https://github.com/tomuta
Commit: 10efbfb09e
Pull-request: https://github.com/SerenityOS/serenity/pull/11581
3 changed files with 35 additions and 1 deletions
|
@ -237,6 +237,8 @@ public:
|
|||
|
||||
void copy_physical_page(PhysicalPage&, u8 page_buffer[PAGE_SIZE]);
|
||||
|
||||
IterationDecision for_each_physical_memory_range(Function<IterationDecision(PhysicalMemoryRange const&)>);
|
||||
|
||||
private:
|
||||
MemoryManager();
|
||||
~MemoryManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue