Document BOX86_ARG0 argv[0] rewriting variable (#1021)

This commit is contained in:
ValdikSS 2025-01-04 19:00:37 +03:00 committed by GitHub
parent d9402213f6
commit ee0c949bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,6 +293,11 @@ Use of the new fuext_waitc syscall
* XXX=yyyy
will add XXX=yyyy env. var. and continue with BOX86_ENV2 ... until var doesn't exist
#### BOX86_ARG0
Define argv[0] of the executable.
* yyyy
Will rewrite argv[0] instead of using program path.
#### BOX86_FIX_64BIT_INODES *
Fix/Don't fix 64bit inodes
* 0 : Don't fix 64bit inodes. (Default.)