Coder Social home page Coder Social logo

szt-os's Introduction

sztOS

                                            __            ________    _________
                           _______________/  |_          \_____  \  /   _____/
                          /  ___/\___   /\   __\  ______  /   |   \ \_____  \ 
                          \___ \  /    /  |  |   /_____/ /    |    \/        \
                         /____  >/_____ \ |__|           \_______  /_______  /
                              \/       \/                        \/        \/ 

Simple, zippy, transparent operating system.

About

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.

How to build in Visual Studio 2019

  1. Open ~\src\gui\app\app.sln in Visual Studio.
  2. Open project properties by pressing the Project button in upper left corner, and then app Properties.
  3. Make sure Configuration is set to All Configurations.
  4. In C/C++ click on General.
  5. Add the absolute path to SFML's include folder (~\src\gui\SFML) in Additional Include Directories on the top right.
  6. In Linker click on General.
  7. Add the absolute path to SFML's lib folder (~\src\gui\SFML\lib) in Additional Library Directories on the right.
  8. Make sure that you build the for the x64 platform and you're good to go.

Screenshots

Authors

  • Artur Jackowiak
  • Bartosz Kosmala
  • Grzegorz Konowalczyk
  • Hubert Knioła
  • Jordan Kondracki
  • Mateusz Kuźniak
  • Roch Goszczyński

2019 SEM 3

szt-os's People

Contributors

bkosm avatar hubert-kniola avatar groszczu avatar fierioziy avatar mateuszkuzniak avatar pruszko avatar jor-kon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.