A repository with projects from the book Short Introduction to Operating Systems by Mark Burgess
The book is free and you have two options available on getting it:
- PDF Version.
- Web Version - Suitable for navigating over the chapters and sections.
- CMake Version 3.13.0
- C++ Compiler that supports C++11
git clone https://github.com/DavesBorges/Short-Introduction-to-Operating-Systems.git
On the top level directory run the following bash/cmd commands:
mkdir build
cd build
cmake ..
- Open the corresponding project file for your plattaform (Short-Introduction-to-Operating-Systems.sln) in case of Windows
- Set the Kernel-Simulator as the Startup Project or Project to run if not set already
There will be a README file per project with instructions on how to use