32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Find a file
2024-07-19 10:48:06 +02:00
.github/workflows fix: extended ascii rendering issue 2024-07-19 10:48:06 +02:00
bin
boot chore: add propaganda page 2024-07-18 11:53:55 +02:00
docs chore: add propaganda page 2024-07-18 11:53:55 +02:00
external
include doc: document fatfs 2024-07-19 09:53:03 +02:00
kernel fix: extended ascii rendering issue 2024-07-19 10:48:06 +02:00
lib
modules
releasetools
sbin doc: document file system 2024-07-18 11:28:07 +02:00
share/docs
tests
tools
.editorconfig
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
requirements.txt

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.