OS Week 08 Assignment #1: Readings and Demos
- (OSC10) Silberschatz et. al.: Operating System Concepts, 10th Edition, 2018, chapter 5
(https://codex.cs.yale.edu/avi/os-book/OS10/),
(https://codex.cs.yale.edu/avi/os-book/OS10/slide-dir/). - Watch Scheduling recording of A:2021-2 and B:2021-1:
- Try Previous Final Term Problems (https://rms46.vlsm.org/2/203.pdf)
- Update Demos Week 08
(https://github.com/os2xx/demos/tree/master/Demos/)
WEEK=Week08
DEMOS=$HOME/git/demos/Demos/
if [ -d $DEMOS ] ; then
cd $DEMOS
git pull
mkdir -vp $HOME/mydemo/
cd $HOME/mydemo/
cp -r $DEMOS/$WEEK/ .
cd $WEEK/
ls -al
else
echo "ERROR: no $DEMOS directory!"
fi
- Run "Proof of Trying Demos"
bash 98-W08-DEMO-CHECK.sh
- (ROOT)
Always Update Your Debian Guest! See update script is at
https://doit.vlsm.org/027.html#idx04.
# SUPERUSER (root)
bash $HOME/.doUPDATE.sh