Added safe mode option B_SAFEMODE_4_GB_MEMORY_LIMIT (plus a boot loader menu

item) and kernel settings option "4gb_memory_limit". Enabling either one
causes the memory beyond 4 GB to be ignored.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37225 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-06-23 11:13:39 +00:00
parent ff9151d11f
commit 7b1d69ecbb
6 changed files with 63 additions and 0 deletions
+3
View File
@@ -59,3 +59,6 @@ acpi true
#acpi_avoid_full_init true
# Avoids running _INI and _STA methods and final object initialization,
# which may be used to for debugging ACPI issues, false by default
#4gb_memory_limit true
# Ignores all memory beyond the 4 GB address limit. Default is false.