Xyris  0.5
Physical.hpp File Reference
#include <Arch/Memory.hpp>
#include <Library/Bitset.hpp>
#include <Memory/MemorySection.hpp>
#include <Logger.hpp>
#include <stddef.h>
#include <stdint.h>
+ Include dependency graph for Physical.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Physical memory mapping.

Author
Keeton Feavel (keeto.nosp@m.n@xy.nosp@m.r.is)
Version
0.1
Date
2021-10-28

Definition in file Physical.hpp.

Macro Definition Documentation

◆ KADDR_TO_PHYS

#define KADDR_TO_PHYS (   addr)    ((addr) - KERNEL_BASE)

Definition at line 20 of file Physical.hpp.