d0p1s4m4 / StupidOS

32-bit Operating System in assembly.

Home Page:https://stupidos.d0p1.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StupidOS

Website License Issues GitHub Sponsors

32-bit Operating System written in x86 assembly.

Philosophy

Nowaday, all Software are overengineered bloatware. So let's try to keep things simple, stupid.

Building

$ sudo apt install build-essential fasm mtools
$ git clone https://git.cute.engineering/d0p1/StupidOS.git
$ cd StupidOS
$ make

Pretty easy, isn't it?

License

OSI Approved License

StupidOS is licensed under the 3-Clause BSD License.

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

About

32-bit Operating System in assembly.

https://stupidos.d0p1.eu/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Assembly 54.4%Language:C 23.3%Language:Makefile 9.3%Language:Roff 9.0%Language:HTML 1.9%Language:Shell 1.1%Language:PLSQL 0.5%Language:PHP 0.3%Language:C++ 0.2%