1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00

Kernel: Move Multiboot memory map parsing to its own function

This commit is contained in:
Andreas Kling 2020-01-17 21:03:52 +01:00
parent ba8275a48e
commit 7e6f0efe7c
2 changed files with 75 additions and 74 deletions

View file

@ -122,6 +122,7 @@ private:
void detect_cpu_features();
void initialize_paging();
void parse_memory_map();
void flush_entire_tlb();
void flush_tlb(VirtualAddress);