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
commit f71fc88393
Notes: sideshowbarker 2024-07-19 10:00:22 +09:00
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);