MachDep (Intel)#4
svc · unix #4
thread_set_user_ldt
Installs a per-thread Local Descriptor Table on x86, allowing user-mode segment manipulation (Wine, classic emulators).
Prototype
kern_return_t thread_set_user_ldt(/* 3 args */);Returns: kern_return_t
Version history
| XNU tag | macOS | # |
|---|---|---|
| xnu-792 | macOS 10.4 Tiger | 4 |
| xnu-792.1.5 | — | 4 |
| xnu-792.12.6 | — | 4 |
| xnu-792.17.14 | — | 4 |
| xnu-792.2.4 | — | 4 |
| xnu-792.21.3 | — | 4 |
| xnu-792.24.17 | — | 4 |
| xnu-792.6.22 | — | 4 |
| xnu-792.6.56 | — | 4 |
| xnu-792.6.61 | — | 4 |
| xnu-792.6.70 | — | 4 |
| xnu-792.6.76 | — | 4 |
Notes
No prose documentation yet.