diff --git a/content/notes/18-processes-sharing-and-threads.md b/content/notes/18-processes-sharing-and-threads.md new file mode 100644 index 000000000..cc641f9f8 --- /dev/null +++ b/content/notes/18-processes-sharing-and-threads.md @@ -0,0 +1,14 @@ +--- +title: "18-processes-sharing-and-threads" +aliases: +tags: +- cosc204 +- lecture +--- + +# Shared memory for processes +![linux memory space layout](https://i.imgur.com/vLlD03U.png) + + +# Threads +Lightweight process - shares everything except the stack