Skip to content

Commit 25bae83

Browse files
authored
Merge pull request jwasham#490 from toneloc/master
Removed broken YouTube link
2 parents e0f109c + cf4c737 commit 25bae83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ Graphs can be used to represent many problems in computer science, so this secti
10021002
- Modern concurrency constructs with multicore processors
10031003
- [Paging, segmentation and virtual memory (video)](https://www.youtube.com/watch?v=LKe7xK0bF7o&list=PLCiOXwirraUCBE9i_ukL8_Kfg6XNv7Se8&index=2)
10041004
- [Interrupts (video)](https://www.youtube.com/watch?v=uFKi2-J-6II&list=PLCiOXwirraUCBE9i_ukL8_Kfg6XNv7Se8&index=3)
1005-
- [Scheduling (video)](https://www.youtube.com/watch?v=-Gu5mYdKbu4&index=4&list=PLCiOXwirraUCBE9i_ukL8_Kfg6XNv7Se8)
10061005
- Process resource needs (memory: code, static storage, stack, heap, and also file descriptors, i/o)
10071006
- Thread resource needs (shares above (minus stack) with other threads in the same process but each has its own pc, stack counter, registers, and stack)
10081007
- Forking is really copy on write (read-only) until the new process writes to memory, then it does a full copy.

0 commit comments

Comments
 (0)