From 60fed04cb75df2d4545898b827713fc7a4cf856d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 13 Oct 2023 21:17:13 +0200 Subject: Use BOX64_RESERVE_HIGHMEM by default on ADLINK profile --- docs/USAGE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 5778a231..e2b6075e 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -303,6 +303,10 @@ 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 +* 0 : Don't try to pe-reserve high memory (beyond 47bits) (Default) +* 1 : Try to reserve (without allocating it) memory beyond 47bits (seems unstable) + #### BOX64_JITGDB * * 0 : Just print the Segfault message on segfault (default) * 1 : Launch `gdb` when a segfault, bus error or illegal instruction signal is trapped, attached to the offending process and go in an endless loop, waiting. @@ -329,7 +333,3 @@ 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