Operating System Programming 4DISS

(REV358--31-Jan-2024)
Welcome to the Operating System Programming for DISS site. The following is a step-by-step guide to set up a Virtual Debian Guest on VirtualBox. This site has been managed by VauLSMorg since 2020.
This is the WAY!

View on GitHub

HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT


OS Week 05 Assignment #1: Readings and Demos

WEEK=Week05
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

bash 98-W05-DEMO-CHECK.sh

bash $HOME/.doUPDATE.sh



HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT