1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:57:44 +00:00

Kernel: Re-enable protection of the kernel image in memory

This commit is contained in:
Andreas Kling 2020-01-17 22:07:20 +01:00
parent 59b584d983
commit f71fc88393
2 changed files with 23 additions and 19 deletions

View file

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