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:
parent
6b52f6c61d
commit
3e8b60c618
4 changed files with 94 additions and 90 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue