elliott-beach / project3

http://www-users.cselabs.umn.edu/classes/Fall-2017/csci5103/PROJECT/PROJECT3/project3.pdf
0 stars 0 forks source link

Simulator programs #17

Open ghost opened 6 years ago

ghost commented 6 years ago

I totaly screwed up my repo. The only files I meant for this PR is rm.cc and ln.cc

I just made sure these follow the guidelines for simulator programs, specifcally, -call Kernel::exit() -call Kernel::perror() on error of system call

ghost commented 6 years ago

I screwed up my repo. The only files I meant for this PR is rm.cc and ln.cc

elliott-beach commented 6 years ago

Thanks! By the way, an easy way to fix this would be to do

git checkout origin/master # assuming this is in sync with my copy of the repo
git checkout -b my-fixed-version-of-this-pull-request
git checkout simulator-program -- rm.cc ln.cc

Then you got the files you want changed and can make a PR.