Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/povilasb/simple-os
Simple multiprocess operating system running on x86 CPUs.
https://github.com/povilasb/simple-os
Last synced: 17 days ago
JSON representation
Simple multiprocess operating system running on x86 CPUs.
- Host: GitHub
- URL: https://github.com/povilasb/simple-os
- Owner: povilasb
- License: mit
- Created: 2015-03-03T15:04:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T22:46:42.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T13:34:18.929Z (about 1 month ago)
- Language: C++
- Size: 718 KB
- Stars: 60
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
About
=====.. image:: https://travis-ci.org/povilasb/simple-os.svg?branch=master
SOS (Simple Operating System) is a very basic multiprocess operating system
that runs on x86 machines. It was implemented as a university task.Currently it only runs in 32bit mode.
Build requirements
==================::
$ apt install g++ xxd make nasm
Gallery
=======.. image:: img/thinkpad_x220.jpg
.. image:: img/qemu.pngSimilar projects
================* https://github.com/jbush001/os
* https://github.com/dthain/basekernel
* https://github.com/domspad/yehos
* https://github.com/blastrock/flix - C++ based kernel.
* https://github.com/pdziepak/quarnos - C++ kernel with musl libc.
* https://github.com/AtheMathmo/toy-os - Rust based kernel.
* https://github.com/WesleyAC/subatomic - Rust based OS.
* https://github.com/thepowersgang/rust_os - Rust based experimental OS.
* https://github.com/solson/spideros - C++14 based OS.