1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

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
parent 4e607192c7
commit 826dc94187
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();