StupidOS/README.md
d0p1 🏳️‍⚧️ 6b36d17a5e
Some checks failed
Build / test (push) Has been cancelled
Docs / test (push) Has been cancelled
chore: update README.md
2024-03-04 14:05:23 +01:00

1.2 KiB

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.