Kernel: Map DMA and PCI MMIO as uncached

This commit is contained in:
2024-07-30 11:10:08 +03:00
parent bb1738db8c
commit 9bc02c81f8
5 changed files with 11 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ namespace Kernel
enum MemoryType
{
Normal,
Uncached,
WriteCombining,
WriteThrough,
};