![]() |
Xyris
0.5
|
#include <Arch/Memory.hpp>
#include <Library/Bitset.hpp>
#include <Memory/MemorySection.hpp>
#include <Logger.hpp>
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
class | Memory::Physical::PhysicalManager |
Namespaces | |
Memory | |
Memory::Physical | |
Macros | |
#define | KADDR_TO_PHYS(addr) ((addr) - KERNEL_BASE) |
Physical memory mapping.
Definition in file Physical.hpp.
#define KADDR_TO_PHYS | ( | addr | ) | ((addr) - KERNEL_BASE) |
Definition at line 20 of file Physical.hpp.