Skip to content

Staniskhan/OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects made during the study of the discipline "Operating systems".


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"

About

projects made during the studying the discipline "operating systems" in 3-rd sem

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors