boot loader: apply_boot_settings(): Replace string literal
This commit is contained in:
@@ -67,8 +67,8 @@ apply_boot_settings(void* kernelSettings, void* safemodeSettings)
|
|||||||
{
|
{
|
||||||
#if B_HAIKU_PHYSICAL_BITS > 32
|
#if B_HAIKU_PHYSICAL_BITS > 32
|
||||||
if ((kernelSettings != NULL
|
if ((kernelSettings != NULL
|
||||||
&& get_driver_boolean_parameter(kernelSettings, "4gb_memory_limit",
|
&& get_driver_boolean_parameter(kernelSettings,
|
||||||
false, false))
|
B_SAFEMODE_4_GB_MEMORY_LIMIT, false, false))
|
||||||
|| (safemodeSettings != NULL
|
|| (safemodeSettings != NULL
|
||||||
&& get_driver_boolean_parameter(safemodeSettings,
|
&& get_driver_boolean_parameter(safemodeSettings,
|
||||||
B_SAFEMODE_4_GB_MEMORY_LIMIT, false, false))) {
|
B_SAFEMODE_4_GB_MEMORY_LIMIT, false, false))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user