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 ((kernelSettings != NULL
|
||||
&& get_driver_boolean_parameter(kernelSettings, "4gb_memory_limit",
|
||||
false, false))
|
||||
&& get_driver_boolean_parameter(kernelSettings,
|
||||
B_SAFEMODE_4_GB_MEMORY_LIMIT, false, false))
|
||||
|| (safemodeSettings != NULL
|
||||
&& get_driver_boolean_parameter(safemodeSettings,
|
||||
B_SAFEMODE_4_GB_MEMORY_LIMIT, false, false))) {
|
||||
|
||||
Reference in New Issue
Block a user