> +#if CONFIG_X86 I understand that Helge adapted sources for PA-RISC, but will not it be more convenient to use#if CONFIG_PA_RISC So that by default SeaBIOS would compile as usual? Best regards,Valentine ---From: Helge DellerDate: 12.02.2021 1:08 (GMT+03:00)Subject: [SeaBIOS] [PATCH 28/31] string.c: reimplement mem*_far() functions for PA-RISC
On 2/12/21 12:37 PM, Valentine wrote:
> +#if CONFIG_X86
I understand that Helge adapted sources for PA-RISC, but will not it be more convenient to use #if CONFIG_PA_RISC
So that by default SeaBIOS would compile as usual?
You mean that I should exchange the logic? Sure, that's possible, but won't change much.
Helge