Drew Galbraith
|
4bd7f972c1
|
Add additional physical memory logging
|
2023-06-07 16:22:39 -07:00 |
Drew Galbraith
|
53ff49b265
|
Add preprocessor directives to supress logs per file.
Makes the output much cleaner by default but allows for getting more
infor if debugging in the future.
|
2023-06-07 13:51:13 -07:00 |
Drew Galbraith
|
fa2bb4df89
|
Added a PhysicalMemoryManager class.
Stores a linkedlist of free blocks of PhysicalMemory.
|
2023-05-18 11:34:45 -07:00 |
Drew Galbraith
|
2d719d0443
|
Add a bootstrap physical memory manager.
This will allow the real physical memory manager to use allocations.
|
2023-05-18 11:00:05 -07:00 |