OCAuxiliaryTools icon indicating copy to clipboard operation
OCAuxiliaryTools copied to clipboard

[Feature Suggestion]: Hex to Decimal Converter in MMIO Whitelist

Open 5T33Z0 opened this issue 2 years ago • 3 comments

Today I was looking into Booter/MmioWhitelist and noticed that this section would benefit from a HEX To DEC converter at the bottom of the window, similar to the one in the ACPI/Patch section.

Greetings.

5T33Z0 avatar Dec 06 '22 23:12 5T33Z0

Ok, that's recorded. I'll implement it when I'm free. Thanks for the advice.

ic005k avatar Dec 06 '22 23:12 ic005k

I just checked that the "Address" field in this "whitelist" is an integer, so it does not involve hexadecimal conversion. Please check it again, thank you.

ic005k avatar Dec 07 '22 01:12 ic005k

Well, the MMIO regions contained in the OpenCore bootlog are in hex and need to be converted to decimal first in order to add them to the whitelist. That's why the converter would be useful. Here's how it works: https://github.com/5T33Z0/OC-Little-Translated/blob/main/12_MMIO_Whitelist/README.md

5T33Z0 avatar Dec 07 '22 07:12 5T33Z0