Giter Site home page Giter Site logo

mapatek / strayexos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from strayker-software/strayexos

2.0 2.0 0.0 7.87 MB

Simple, lightweight and well documented 32bit operating system. Created to be the Golden Mean between MikeOS and Linux!

Home Page: http://www.strayex.cba.pl

License: Other

Makefile 4.68% Assembly 14.78% C 80.54%

strayexos's Introduction

StrayexOS

Strayex is 32-bit monotasking operating system with microkernel. Written as hobby OS for mine learning and entertainment reason and for teaching of OS/Devstrayex This project is the best mile stone in learning operating systems development, between MikeOS and Linux! As MikeOS explains, how Assembly OSes works, Strayex shows work of similar software but with C language base of kernel. This similarity gives you opportunity to start with MikeOS, go to Strayex and finally study Linux. Passing that all three projects and learn at least basics will give you opportunity to create your own low-level software. It doesn't have to be howl OS, It can be boot loader, file system, kernel, whatever.

So if you are still interested in look up here:

Genesis

As a programmer, I always wanted to create my own operating system, not as main software for computers like Windows and macOS, or Linux. So I started to make simulators of OS's shell in C++ and I understood it can't be so hard to write some low-level software. I wasn't right, but I had a bit of truth. When I looked on Linux Kernel source code, I was afraid of amount of code and complicated functions. But I was determined to achieve my goal and I started to read processors' documentations, forums and tutorials. I found MikeOS and I studied the code of kernel, MikeOS creator's tutorial and I understood how it works. Finally, I am able to write almost all code of my OS and show it to another people. I want to show, that OS can be simple in code but powerful and our own. Now I'm able to understand Linux and learn it more easier.

Usage of system

Strayex is designed to run on virtual machines, QEMU, VirtualBox, VMware etc. It's hobby OS, so I designed it on popular VM apps. OS is not tested on real hardware, because of it's drivers set. To use Strayex on VM, just download .ISO file from "docs" folder and boot up machine from it, or build OS by yourself on Linux or Windows. Provided build script is on Linux and need some additional apps listed in Makefile to run.

Design and Distributions

Strayex is designed to be simple (for me and you :) ) to understand and to develop. I make releases every major changes, small changes are minor. The biggest changes are uploaded as new distributions. In GitHub repository I use "experimental" branch to upload code, that may cause unexpected behavior. If you want to use Strayex without working on it's code, don't download this branch and it's ISO file! On official Strayex side I will upload all source files of distributions listed below, for mirror. This software is released under MIT/X11 license!

Distribution list:

TODO

List of what I would like to be done in StrayexOS and it's repository!

Contributions

Feel free to contribute to project! Read CONTRIBUTING.md in "docs" folder to know how to do it!

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.