__ ________ _________
_______________/ |_ \_____ \ / _____/
/ ___/\___ /\ __\ ______ / | \ \_____ \
\___ \ / / | | /_____/ / | \/ \
/____ >/_____ \ |__| \_______ /_______ /
\/ \/ \/ \/
Simple, zippy, transparent operating system.
An operating system simulator containing:
- index based filesystem,
- paged memory management,
- SRT scheduler,
- mutex lock based synchronization mechanisms,
- windows-style processes management,
- windows-style gui,
- assembler programs interpreter.
Gui is based on the SFML library with a console window pulled from SelbaWard.
- Open
~\src\gui\app\app\sln
in Visual Studio. - Open project properties by pressing the
Project
button in upper left corner, and thenapp Properties
. - Make sure
Configuration
is set toAll Configurations
. - In
C/C++
click onGeneral
. - Add the absolute path to SFML's include folder (
~\src\gui\SFML
) inAdditional Include Directories
on the top right. - In
Linker
click onGeneral
. - Add the absolute path to SFML's lib folder (
~\src\gui\SFML\lib
) inAdditional Library Directories
on the right. - Make sure that you build the for the x64 platform and you're good to go.
- Artur Jackowiak
- Bartosz Kosmala
- Grzegorz Konowalczyk
- Hubert Knioła
- Jordan Kondracki
- Mateusz Kuźniak
- Roch Goszczyński
2019 SEM 3