diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-13 21:17:13 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-13 21:17:13 +0200 |
| commit | 60fed04cb75df2d4545898b827713fc7a4cf856d (patch) | |
| tree | d4aee6a20c853331b26e647736a5bd783fa4e687 /docs | |
| parent | 6c956013a6860361e7095ef00b403fcbd1ac6038 (diff) | |
| download | box64-60fed04cb75df2d4545898b827713fc7a4cf856d.tar.gz box64-60fed04cb75df2d4545898b827713fc7a4cf856d.zip | |
Use BOX64_RESERVE_HIGHMEM by default on ADLINK profile
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 8 |
1 files changed, 4 insertions, 4 deletions
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) |