HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
OS Week 08 Assignment #1: Readings and Demos
- (OSC10) Silberschatz et. al.: Operating System Concepts, 10th Edition, 2018, chapter 5 (https://www.os-book.com/OS10/), (https://www.os-book.com/OS10/slide-dir/)
- Try Previous Final Term Problems (https://rms46.vlsm.org/2/203.pdf)
- Watch Scheduling recording of A:2021-2 and B:2021-1:
- Try Demos (https://github.com/os2xx/os/tree/master/Demos/)
WEEK=Week08
DEMOS=$HOME/git/os/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.
bash $HOME/.doUPDATE.sh