added link to reverse; added placeholder for memory allocator

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-22 04:29:57 -06:00
parent 8c23f82154
commit 182b35deac

View File

@@ -21,6 +21,7 @@ journey; you'll have to do more on your own to truly become proficient.
* [Unix Utilities](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/initial-utilities) (cat, grep, zip/unzip)
* Sort (text-based)
* Sort (binary)
* [Reverse](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/initial-reverse) (very simple reverse program)
### Processes and Scheduling
@@ -28,6 +29,8 @@ journey; you'll have to do more on your own to truly become proficient.
### Virtual Memory
* Memory Allocator
### Concurrency
* [Parallel Zip](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-pzip)