Bananymous
|
8352392b38
|
Kernel: You can specify first vaddr for getting free pages
|
2023-06-04 01:15:48 +03:00 |
Bananymous
|
9f75d9cfe5
|
Kernel: PageTable now has debug_dump
This dumps all the mapped pages and their flags
|
2023-06-03 20:08:13 +03:00 |
Bananymous
|
8175348284
|
Kernel: Fix comment
|
2023-05-31 00:51:15 +03:00 |
Bananymous
|
b2832cb47a
|
Kernel: PageTable destructor works now
we are successfully booting higher half kernel now :)
|
2023-05-31 00:44:14 +03:00 |
Bananymous
|
9f499991c8
|
Kernel: PageTable::create_userspace() now works
|
2023-05-31 00:44:14 +03:00 |
Bananymous
|
ed0dcacab3
|
Kernel: Move V2P and P2V to Memory/Types.h
|
2023-05-30 23:57:03 +03:00 |
Bananymous
|
e86050f343
|
Kernel: PageTable::map_range_at maps correctly the last page
|
2023-05-30 23:56:07 +03:00 |
Bananymous
|
57f7da6ce1
|
Kernel: Booting with higher half kernel gets to Heap initialization
|
2023-05-30 22:21:12 +03:00 |
Bananymous
|
93e6455171
|
Kernel: start work on higher half kernel
|
2023-05-30 08:00:17 +03:00 |
Bananymous
|
e640344d7a
|
Kernel: Rename MMU to PageTable
This is more descriptive name for what it actually represents
|
2023-05-29 21:06:09 +03:00 |