GithubHelp home page GithubHelp logo

00mjk / skift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skift-org/skift

3.0 0.0 0.0 127.76 MB

๐Ÿฅ‘ The delightful operating system.

Home Page: http://skiftos.org/

License: MIT License

Shell 0.09% C++ 85.05% Python 9.25% C 5.41% Assembly 0.20%

skift's Introduction


Looking for the old skiftOS? Click here



Website - Manual - Discord - Releases


skiftOS: The delightful operating system

skiftOS is a hobby operating system created from scratch in contemporary C++ for ARM, x86, and RISC-V platforms. We built Skift on top of the Hjert micro-kernel, a C++ rewrite of the BRUTAL kernel to make it simpler, safer, and enhance the existing design. On top of the kernel resides Karm, a framework comprised of a minimal subset of the C and C++ standard library, an extensive collection of containers and utilities, a SwiftUI inspired Ui, and much more. Finally, built on top of Karm is Hideo, a delightful desktop environment.

Building

skiftOS is written in bleeding-edge C2x and C++23 and building it requires a modern C/C++ compiler like clang-14 or GCC-12 installed on the host machine.

Contributings

This project practice optimistic merging meaning that pull requests are merged into the main branch as soon as possible. The objective is to keep PR as small, focused, and incremental as possible.

Commit messages should be short and concise and prefixed with the name of the package. For example:

karm-base: Fix buffer overflow in Karm::String::reserve.

Binary files should be should be as small as possible. Use:

  • SVG should be preferred over other raster images formats
  • optipng -strip all to reduce the size of PNG images.
  • gifsicle -O3 to reduce the size of GIF images.
  • jpegoptim -m90 to reduce the size of JPEG images.

License

MIT License

The skift operating system and its core components are licensed under the MIT License.

The full text of the license can be accessed via this link and is also included in the license.md file of this software package.

skift's People

Contributors

sleepy-monax avatar

Stargazers

Aragog.eth avatar  avatar Angel Krejcu 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.