added link to reverse; added placeholder for memory allocator
This commit is contained in:
@@ -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)
|
* [Unix Utilities](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/initial-utilities) (cat, grep, zip/unzip)
|
||||||
* Sort (text-based)
|
* Sort (text-based)
|
||||||
* Sort (binary)
|
* Sort (binary)
|
||||||
|
* [Reverse](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/initial-reverse) (very simple reverse program)
|
||||||
|
|
||||||
### Processes and Scheduling
|
### Processes and Scheduling
|
||||||
|
|
||||||
@@ -28,6 +29,8 @@ journey; you'll have to do more on your own to truly become proficient.
|
|||||||
|
|
||||||
### Virtual Memory
|
### Virtual Memory
|
||||||
|
|
||||||
|
* Memory Allocator
|
||||||
|
|
||||||
### Concurrency
|
### Concurrency
|
||||||
|
|
||||||
* [Parallel Zip](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-pzip)
|
* [Parallel Zip](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-pzip)
|
||||||
|
|||||||
Reference in New Issue
Block a user