HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
OS Week 09 Assignment #1: Readings and Demos
- (OSC10) Silberschatz et. al.: Operating System Concepts, 10th Edition, 2018, chapter 11 (https://www.os-book.com/OS10/), (https://www.os-book.com/OS10/slide-dir/)
- Try Previous Final Term Problems (https://rms46.vlsm.org/2/204.pdf)
- Try Demos (https://github.com/os2xx/os/tree/master/Demos/)
WEEK=Week09
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-W09-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