From 89c9083b3d0e7c0822ce89d235f4e7e485b59310 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Mon, 5 Mar 2018 11:31:17 -0600 Subject: [PATCH] Link to pzip project --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1d72c61..0f2f647 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ journey; you'll have to do more on your own to truly become proficient. ### Virtual Memory +### Concurrency + +* [Parallel Zip](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-pzip) +* Web Server +* Web Crawler + + ### File Systems ### Distributed Systems @@ -52,6 +59,8 @@ real, working operating system (albeit a simple one). * [Virtual Memory (Null Pointer and Read-Only Regions)](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/vm-xv6-intro) +### Concurrency + ### File Systems