davyzhu / joslab

jos lab project from MIT 6.828

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2011 fall, MIT 6.828 Operating system

Status:
| Lab | Exercise | Challenge         | Days |
|-----+----------+-------------------+------|
|   1 | all pass |                   |    2 |
|   2 | all pass | monitor functions |    5 |
|   3 | all pass |                   |    5 |
|   4 | all pass |                   |   10 |
|   5 |          |                   |      |
|   6 |          |                   |      |
|   7 |          |                   |      |

Git workflow:
$ git add -p
$ git commit -m "Pass Ex1.1"
$ git push -u github lab2
$ git checkout new_branch
$ git merge old_branch

Environment: Ubuntu, Emacs, gcc/gdb, qemu




About

jos lab project from MIT 6.828


Languages

Language:C 96.7%Language:Python 1.8%Language:Assembly 1.4%Language:Perl 0.1%