From e028a67f4f0f2d4f8c423d0eef9c10223e7922f9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 31 May 2023 20:13:41 +0200 Subject: 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 --- docs/USAGE.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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) -- cgit 1.4.1