Skip to content

Commit 5f91ec6

Browse files
committed
Update RTL_USER_PROCESS_PARAMETERS flags once again
1 parent 8171405 commit 5f91ec6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

descriptions/rtl_user_process_parameters.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ Currently these flags are known:
3636

3737
// Documented by sixtyvividtails, source:
3838
// 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
4244

4345
#define RTL_USER_PROCESS_PARAMETERS_NX 0x20000
4446
```

0 commit comments

Comments
 (0)