An open API service indexing awesome lists of open source software.

https://github.com/naltun/ostep-cpp-examples

C++ implementations of code from the OSTEP book
https://github.com/naltun/ostep-cpp-examples

cpp operating-systems systems-programming

Last synced: 7 months ago
JSON representation

C++ implementations of code from the OSTEP book

Awesome Lists containing this project

README

          

# ostep-cpp-examples

![Shields.io](https://img.shields.io/badge/developed%20on-Alpine%20Linux-purple.svg)

These are my C++ implementations of code from the wonderful, free book,
[Operating Systems: Three Easy Steps](http://ostep.org).

The examples are originally written in C ([GitHub](https://github.com/remzi-arpacidusseau/ostep-code))
and my implementations are purely for the joy of learning.

As the example code is unlicensed, I am licensing my code under the terms of the
GPL-compatible, permissive WTFPL.