This repository contains different supporting material for my Operating Systems lectures at TECNUN.
- Main notes: an extended table-of-content to help to summarize the theory. Here.
- Complementary material: additional material from external sources. Here.
- Examples: collection of short examples for diverse topics. Here.
- Thread or trick: practice for multi-threading and synchronization. Statement. Solution.
- C++ containers: practice for studying performance on
std::vector
andstd::list
. Statement. Code. - Spell checker: project to develop an spell checker that process input in parallel. Statement.
- Assistance bots: project to develop a note-taking application and some helper bots. Statement.
- The map was created using the Azgaar's Fantasy Map Generator. The map source code is available here.