diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-09-07 20:15:14 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-09-07 20:15:14 +0200 |
commit | b9d623b493d545f06c560023fe8ee4930cf92e1a (patch) | |
tree | f8831683ae7c6d65c65290cf47261f3dc9b2adc9 | |
parent | 4ad3b061f21488831b8e964a12f7268f63e55e50 (diff) |
-rw-r--r-- | faq/how_rpcs_work.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/faq/how_rpcs_work.mdwn b/faq/how_rpcs_work.mdwn new file mode 100644 index 00000000..cda7e2d9 --- /dev/null +++ b/faq/how_rpcs_work.mdwn @@ -0,0 +1,18 @@ +[[!meta copyright="Copyright © 2010, 2011, 2013, 2016 Free Software Foundation, +Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag faq/general faq/_important]] + +[[!meta title="How do RPCs work, similarly to system calls?"]] + +There is a talk that explains the path of RPCs (i.e. system calls): + +<https://archive.fosdem.org/2015/schedule/event/hurd/> |