mirror of
https://github.com/ptitSeb/box86.git
synced 2025-05-08 12:58:53 +08:00
Document BOX86_ARG0
argv[0] rewriting variable (#1021)
This commit is contained in:
parent
d9402213f6
commit
ee0c949bc2
@ -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.)
|
||||
|
Loading…
x
Reference in New Issue
Block a user