Welcome to the Operating-system-ITMO repository! Here you can find various subprograms and lab assignments related to your Operating Systems course at ITMO University.
To run the main program, execute it with the appropriate command based on your operating system:
-
Linux (ARCH/Debian/Ubuntu):
sh ./main.sh
-
Windows:
Start-Process powershell -Verb RunAs -ArgumentList "Path\to\main.sh"
Choose a subprogram to execute:
- ForkBomb: Generate a Fork Bomb.
- MemBomb: Launch a Memory Bomb.
- LinPack: Perform LinPack operations.
- Scheduler: Run the Scheduler program.
- FSchecker: Execute the FSchecker tool.
- AllocTests: Run Allocation Tests.
- VirtualCheck: Perform VirtualCheck operations.
- TCP Client/Server: Start TCP Client/Server.
- Exit: Exit the program.
Contributions to this project are welcome! If you have any suggestions, improvements, or additional subprograms to add, feel free to open an issue or submit a pull request.