syscall mapping

Questions about Wine on Linux
Locked
meridian
Newbie
Newbie
Posts: 1
Joined: Mon Jul 08, 2019 4:52 pm

syscall mapping

Post by meridian »

Is there a list somewhere of mappings from implemented Windows syscalls to their equivalent Linux syscalls (or the Wine versions of them)?

Thanks!
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: syscall mapping

Post by DarkShadow44 »

There is no direct mapping of syscalls. Behind the windows syscalls, there's the wineserver who manages things. Just pick any windows syscall (like NtOpenFile) and see how it's implemented inside ntdll.
What exactly do you want to achieve?
Locked