Commit 5f91ec6 1 parent 8171405 commit 5f91ec6 Copy full SHA for 5f91ec6
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,11 @@ Currently these flags are known:
36
36
37
37
// Documented by sixtyvividtails, source:
38
38
// https://x.com/sixtyvividtails/status/1719785195086266581
39
- // This flag is needed on certain codepath for DotLocal to work. Conditions for
40
- // getting this flag are not yet known.
41
- #define RTL_USER_PROCESS_PARAMETERS_ALLOW_DOTLOCAL 0x8000
39
+ // This flag is needed on certain codepath for DotLocal to work. Set in
40
+ // PspSetupUserProcessAddressSpace from PspGlobalFlags.DevOverrideEnabled
41
+ // (bit0). And that comes off system-global (not per image) IFEO
42
+ // "DevOverrideEnable" (def absent). Old flag, but was mostly ignored.
43
+ #define RTL_USER_PROCESS_PARAMETERS_DEVOVERRIDE_ENABLED 0x8000
42
44
43
45
#define RTL_USER_PROCESS_PARAMETERS_NX 0x20000
44
46
```
You can’t perform that action at this time.
0 commit comments