Kernel: Create page structures correctly in boot.s

This commit is contained in:
etaIneLp 2020-05-25 17:19:37 -04:00 committed by Andreas Kling
commit 826dc94187
Notes: sideshowbarker 2024-07-19 18:30:45 +09:00
3 changed files with 76 additions and 100 deletions

View file

@ -160,8 +160,6 @@ private:
void unregister_region(Region&);
void detect_cpu_features();
void setup_low_identity_mapping();
void setup_low_pseudo_identity_mapping();
void protect_kernel_image();
void parse_memory_map();
void flush_entire_tlb();