about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-06-18 17:25:32 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-06-18 17:25:32 +0200
commit4eebf25f1cff9e1308ee57cd4a848ab5e123f261 (patch)
treefc1dfb707e9a614001c4c751f0ca00b9173d9983 /docs
parent865ef2ff6eda7741431840334e0c2d87c3faadb6 (diff)
downloadbox64-4eebf25f1cff9e1308ee57cd4a848ab5e123f261.tar.gz
box64-4eebf25f1cff9e1308ee57cd4a848ab5e123f261.zip
Added BOX64_RESERVE_HIGH in rcfile handling
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 9a56cf23..138ef823 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -335,7 +335,7 @@ Define x86_64 bash to launch script
  * XXX=yyyy

  will add XXX=yyyy env. var. and continue with BOX86_ENV2 ... until var doesn't exist

 

-#### BOX64_RESERVE_HIGH

+#### BOX64_RESERVE_HIGH *

 * 0 : Don't try to pe-reserve high memory (beyond 47bits) (Default)

 * 1 : Try to reserve (without allocating it) memory beyond 47bits (seems unstable)