Skip to content

Commit

Permalink
Oh yeah filling out report
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Wenger committed Apr 30, 2012
1 parent 83cc0ab commit e533369
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@ report:
rm -rf report
mkdir -p report/source/kernel
mkdir -p report/source/include

# Deliverable 1: modified files
cp linux-2.6.33/include/linux/sched.h report/source/include/
cp linux-2.6.33/kernel/sched.c report/source/kernel/
cp linux-2.6.33/kernel/sched_dummy.c report/source/kernel/
cp linux-2.6.33/kernel/sched_fair.c report/source/kernel/
cp linux-2.6.33/kernel/sched_rt.c report/source/kernel/

# Deliverable 2: 'diff -u'
git diff original..HEAD linux-2.6.33/ > report/our-changes-against-2.6.33.patch

# Deliverable 3: report
pandoc report.md -o report/report.pdf


11 changes: 11 additions & 0 deletions report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## CS-323, Assignment 3

### Authors

* Amos Wenger
* Ismail Amrani
* Sebastien Zurfluh

### How our scheduler works

0 comments on commit e533369

Please sign in to comment.