[PATCH v2] x86/e820: apply 'mem=' boot command while reserving memory using boot_params

From: Byungchul Park
Date: Tue Apr 23 2024 - 21:03:40 EST


I might miss something. Please lemme know if I go wrong. Thanks.

Byungchul

Changes from v1
1. before - handle boot_mem_limit assuming the default is U64_MAX.
after - handle boot_mem_limit assuming the default is 0.

--->8---