This contains source code for the 10th edition of "Operating System Concepts" by Silberschatz/Galvin/Gagne. Published by John Wiley & Sons 2018
Source files are organized by chapter.
To download all files, enter
git clone https://github.com/greggagne/OSC10e.git
which will clone this repository on your local machine.
-- Greg Gagne June 2018.
- On host machine, run
sudo apt-get install virtualbox-guest-additions-isoto get the file/usr/share/virtualbox/VBoxGuestAdditions.iso. - Set the ISO file above as an optical drive CD/DVD on the VM, by editing the "Settings/Storage" from VirtualBox Manager.
- On the VM, run
lsblkto see whether the CD is available, and mount it. For my case the CD is at/dev/sr0and/dev/cdromis a link to it.sudo mount /dev/cdrom /media/cdrom. - On the VM, go into
/media/cdromand runsudo ./VBoxLinuxAdditions.run. - Now the shared folder should be available.