1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:18:12 +00:00

Kernel: Clean up MemoryManager initialization a bit more

Move the CPU feature enabling to functions in Arch/i386/CPU.cpp.
This commit is contained in:
Andreas Kling 2020-01-17 23:56:13 +01:00
parent 6b52f6c61d
commit 3e8b60c618
4 changed files with 94 additions and 90 deletions

View file

@ -121,7 +121,6 @@ private:
void unregister_region(Region&);
void detect_cpu_features();
void initialize_paging();
void setup_low_1mb();
void protect_kernel_image();
void parse_memory_map();