Replies: 1 comment 1 reply
-
That's a good question - generally speaking there are no major modules that are written specifically for Linux or *nix; it is more a matter of certain specifics which happen to be Linux-specific. For example, /dev/shm might be used to list known SHM pools; and x86-64 pointer tagging is used in a certain spot. I'll answer here like this:
At the moment I owe those notes (soon). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How separated is the Linux-specific code from the rest of flow-ipc? Wondering how feasible it would be to make a demo of this run on windows.
Beta Was this translation helpful? Give feedback.
All reactions