Bananymous
|
714305ef56
|
Kernel: General allocator takes first valid vaddr as parameter
|
2023-06-17 22:23:34 +03:00 |
Bananymous
|
924fc2118c
|
Kernel: Allocators are now stored in UniqPtr
This allows proper memory management, we had some memory leak
|
2023-06-04 01:25:57 +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 |
Bananymous
|
636c308993
|
Kernel: fork() now copies allocation done through GeneralAllocator
|
2023-05-28 20:37:39 +03:00 |
Bananymous
|
812e61ca70
|
Kernel: Add barebones GeneralAllocator for >4096B
|
2023-05-08 22:10:49 +03:00 |