previous: >>108589999
#define __NR_modify_ldt 154
https://man7.org/linux/man-pages/man2/modify_ldt.2.html
tl;dr:
modify the local descriptor table for you process's memory map
what exactly does that mean? hah, good question. it sure seems like it's really, really, really old legacy code for managing memory mappings and thread local storage. the only interesting thing you can do with this these days is maybe run legacy 16-bit code, which is actually kind of cool i guess? any anon interested in trying to make that happen? would love to hear if you can get it to work
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/