User avatar
chjara @chjara@akko.wtf
1y
windows only allowing system calls through libraries makes userspace translation layers really easy, this is however a technology too complicated for linux in which every program has raw syscalls somewhere
3
0
1
0
User avatar
Norm (ノーム) CastoriceBlushing @norm@shrimp.biribiri.dev
1y
@chjara there are some programs that do direct syscalls, it's just generally discouraged by microsoft since they do occasionally change the syscall numbers and interfaces

linux actually implemented a feature in the kernel to intercept raw syscalls from userspace to be handled by a custom handler instead of being attempted to be interpreted as a linux syscall
0
0
1
0