Link to pzip project

This commit is contained in:
Remzi Arpaci-Dusseau
2018-03-05 11:31:17 -06:00
parent 66ca5a9199
commit 89c9083b3d

View File

@@ -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