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:
parent
ba8275a48e
commit
7e6f0efe7c
2 changed files with 75 additions and 74 deletions
|
@ -122,6 +122,7 @@ private:
|
|||
|
||||
void detect_cpu_features();
|
||||
void initialize_paging();
|
||||
void parse_memory_map();
|
||||
void flush_entire_tlb();
|
||||
void flush_tlb(VirtualAddress);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue