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
- Host: GitHub
- URL: https://github.com/naltun/ostep-cpp-examples
- Owner: naltun
- License: wtfpl
- Created: 2021-07-07T20:33:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T16:37:24.000Z (over 4 years ago)
- Last Synced: 2025-06-18T01:45:21.841Z (7 months ago)
- Topics: cpp, operating-systems, systems-programming
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ostep-cpp-examples

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.