about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-05-31 20:13:41 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-05-31 20:13:41 +0200
commite028a67f4f0f2d4f8c423d0eef9c10223e7922f9 (patch)
tree5c71a98b793d711a0a7456ff27ba171eb23f34a9 /docs
parentc5e8aaff4a73665ad9ee0231713a7b6068bf2547 (diff)
downloadbox64-e028a67f4f0f2d4f8c423d0eef9c10223e7922f9.tar.gz
box64-e028a67f4f0f2d4f8c423d0eef9c10223e7922f9.zip
Do not try to preserve high memory (unless BOX64_RESERVE_HIGH=1 is used), as currently, it seems buggy and making more harm then good
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index ced076a9..5c67f0f8 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -321,3 +321,7 @@ Those variables are only valid inside a rcfile:
 #### BOX64_EXIT

  * 0 : Nothing special

  * 1 : Just exit, don't try to run the program

+

+#### 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)