BarinkOS/source/kernel/Memory
Nigel a70ae5ca31 KERNEL: Mapping the bios region ( below 1Mib)
Keyboard.h: remove the incorrect use of typedef

PhysicalMemoryManager.cpp:
Map the Bios region as used. This prevents us from allocation the area used by the bios
2022-09-01 16:42:56 +02:00
..
GDT KERNEL: Physical Page Frame allocation 2022-09-01 16:15:10 +02:00
MBIMMap Divided the kernel into seperate distinct phases 2022-08-22 21:16:34 +02:00
KernelHeap.cpp Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
KernelHeap.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
memoryinfo.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
paging.definitions.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
paging.s Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
PhysicalMemoryManager.cpp KERNEL: Mapping the bios region ( below 1Mib) 2022-09-01 16:42:56 +02:00
PhysicalMemoryManager.h KERNEL: Physical Page Frame allocation 2022-09-01 16:15:10 +02:00
VirtualMemoryManager.cpp Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
VirtualMemoryManager.h KERNEL: Mapping the bios region ( below 1Mib) 2022-09-01 16:42:56 +02:00