Bananymous
|
9b8de5025a
|
All: rename every function from UpperCamelCase to snake_case
This was a mess since I didn't know which to use but now I decided
to go with snake_case :)
|
2023-02-01 21:05:44 +02:00 |
Bananymous
|
1687028ed5
|
Kernel: Add constructor and destructor to MMU
|
2023-01-30 18:54:04 +02:00 |
Bananymous
|
cdd27ae3db
|
Kernel: rename MMU::m_page_directory_pointer_table -> m_highest_paging_stuct
This might not always be pdpt. In x86_64 it is pml4/pml5
|
2023-01-22 03:03:58 +02:00 |
Bananymous
|
301ad89783
|
Kernel: Unallocate RSDT after we are done with it
|
2023-01-12 13:45:01 +02:00 |
Bananymous
|
8fd51fb47d
|
Kernel: Replace Paging{.h,.cpp} with better MMU{.h,.cpp}
|
2023-01-12 13:24:36 +02:00 |