runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

64 Bit Addresses in PCI BAR Registers #150

Open RossComputerGuy opened 7 years ago

RossComputerGuy commented 7 years ago

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.