Initial cut at shell; missing lots of stuff

This commit is contained in:
Remzi Arpaci-Dusseau
2018-02-01 14:54:05 -06:00
parent 7e1108eca9
commit a21e6832dd
2 changed files with 368 additions and 2 deletions

View File

@@ -18,11 +18,13 @@ Realize the best thing you can do to learn to program in any environment is to
program **a lot**. These small projects are only the beginning of that
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)
* [Unix Utilities](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/initial-utilities) (cat, grep, zip/unzip)
* Sort (text-based)
* Sort (binary)
### Processes and Scheduling
* Shell
* [Shell]
### Virtual Memory