RHIT-CSSE / csse332

This is the course repo for CSSE 332 @ Rose-Hulman
https://www.rose-hulman.edu/class/csse/csse332/current/
MIT License
8 stars 63 forks source link

Small typos #10

Open agmui opened 7 months ago

agmui commented 7 months ago

Random broken link(addition info for cloning repo lab1) I am assuming it is suppose to go to here?

image
https://github.com/RHIT-CSSE/csse332/blob/e742ff464b951e0c574eaf29fce1f20d7d66e380/labs/lab00/index.md?plain=1#L81


SIGCHLD typo (simpeshell lab2)

image

https://github.com/RHIT-CSSE/csse332/blob/e742ff464b951e0c574eaf29fce1f20d7d66e380/labs/simpleshell/index.md?plain=1#L290


No chmod +x for python script

image

https://github.com/RHIT-CSSE/csse332/blob/e742ff464b951e0c574eaf29fce1f20d7d66e380/labs/lab00/index.md?plain=1#L260


Saying wsl was misleading linux users when setting up

image


More test cases are needed for clab xv6


Tell students to do err checking for fork and execlp in simple shell

When grading many students forgot to check the result of fork().

https://github.com/RHIT-CSSE/csse332/blob/e742ff464b951e0c574eaf29fce1f20d7d66e380/labs/simpleshell/index.md?plain=1#L148


Explicitly state you need to be able to run ls, cat, cd ... in simpleshell

I had a student who were confused because the lab did not explicitly state that the simple shelled needed to be able to run other commands besides ./donothing

https://github.com/RHIT-CSSE/csse332/blob/e742ff464b951e0c574eaf29fce1f20d7d66e380/labs/simpleshell/index.md?plain=1#L148