Skip to content

A repository with projects from the book Short Introduction to Operating Systems by Mark Burgess

License

Notifications You must be signed in to change notification settings

DavesBorges/Short-Introduction-to-Operating-Systems

Repository files navigation

Short-Intorudction-to-Operating-Systems

A repository with projects from the book Short Introduction to Operating Systems by Mark Burgess

Kernel-Simulator (Chapter 4)

Where to get this book

The book is free and you have two options available on getting it:

Requirements

  • CMake Version 3.13.0
  • C++ Compiler that supports C++11

Installation

  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

Usage

There will be a README file per project with instructions on how to use

Projects

About

A repository with projects from the book Short Introduction to Operating Systems by Mark Burgess

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published