Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

64 Bit Addresses in PCI BAR Registers #150

@RossComputerGuy

Description

@RossComputerGuy

I found out how to access 64 Bit BAR Addresses.
Here is the code: ((BAR[i] & 0xFFFFFFF0) + ((BAR[i+1] & 0xFFFFFFFF) << 32))
This returns the memory address from that specific BAR Register.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions