Skip to content

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

License

Notifications You must be signed in to change notification settings

Mapatek/StrayexOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 80.5%
  • Assembly 14.8%
  • Makefile 4.7%