GitHub - Staniskhan/OS: projects made during the studying the discipline "operating systems" in 3-rd sem


The conditions of the tasks are in the tasks_conditions folder.


task_condition | task_solution

01-Лабораторная работа.pdf | lab1 02-Лабораторная работа.pdf | lab2 03-Лабораторная работа.pdf | lab3 04-Лабораторная работа.pdf | lab4 05-Лабораторная работа.pdf | lab5 Коллоквиум1.txt | Colloc1 ОС_Коллоквиум_2_формулировка_задачи.pdf | ToDoList


To launch lab1, lab2, lab3, lab4, lab5, Colloc1 CMake must be installed. For launching lab1, lab2, lab3, lab4, lab5, Colloc1 clone repository, move to a folder of the project to launch and open terminal in this folder. In terminal write next commands

mkdir build cd build cmake .. cmake --build .

Move to folder "PROJECT_TO_LAUNCH/build/build/Debug" and launch necessary executable.

To launch ToDoList Java must be installed. To launch it download the ToDoList.jar from the release, open terminal in the destination folder and write "java -jar ToDoList.jar"