mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
Kernel: Re-enable protection of the kernel image in memory
This commit is contained in:
parent
59b584d983
commit
f71fc88393
2 changed files with 23 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue