forked from Bananymous/banan-os
Kernel: Map DMA and PCI MMIO as uncached
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Kernel
|
||||
enum MemoryType
|
||||
{
|
||||
Normal,
|
||||
Uncached,
|
||||
WriteCombining,
|
||||
WriteThrough,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user