Mosa.HardwareSystem.HAL.GetPhysicalAddress C# (CSharp) Method

GetPhysicalAddress() public static method

Gets the physical address.
public static GetPhysicalAddress ( IMemory memory ) : uint
memory IMemory The memory.
return uint
        public static uint GetPhysicalAddress(IMemory memory)
        {
            return hardwareAbstraction.GetPhysicalAddress(memory);
        }