Where is the operating system implementation defined in the source ? #72391
Answered
by
gfoidl
SeleDreams
asked this question in
Q&A
-
Hi, I was thinking of checking the operating system specific implementation in the source, hoping to find folders for each specific OS defining the APIs available etc to check the possibility of porting to some platforms, however I am not too sure where to look do you knnow where the operating system APIs are defined ? |
Beta Was this translation helpful? Give feedback.
Answered by
gfoidl
Jul 18, 2022
Replies: 1 comment 2 replies
-
Basically in https://github.com/dotnet/runtime/tree/main/src/native |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
teo-tsirpanis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basically in https://github.com/dotnet/runtime/tree/main/src/native
OS specific code is mostly
#if
defed or included via CMake.