2024-01-22 10:12:47

This commit is contained in:
Isaac Shoebottom
2024-01-22 10:12:48 -04:00
parent 8cf1b5ba3b
commit ecba3cbcf8
78 changed files with 82766 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Lecture Topic: Processes
Resource Sharing Options:
Not Shared
Shared
Partially Shared
fork ()
stack not shared
heap not shared
Process creation options:
Child duplicates the parent
Child has a program loaded into it
examples:
fork()
exec()
Was a bit late today, but was mostly a demo of how forking worked in C