32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Find a file
2024-05-28 13:52:26 +02:00
.github/workflows ci: fix ci don't run 2024-05-28 13:52:26 +02:00
bin
boot ci: code analysis 2024-05-28 13:50:12 +02:00
docs
external
include
kernel chore: sync repo 2024-05-28 06:54:10 +02:00
lib
releasetools chore: sync repo 2024-05-28 06:54:10 +02:00
sbin chore: sync repo 2024-05-28 06:54:10 +02:00
tests
tools
.editorconfig
.gitignore
build.sh chore: add (wip) build.sh 2024-05-28 08:24:28 +02:00
LICENSE
Makefile ci: code analysis 2024-05-28 13:50:12 +02:00
README.md
requirements.txt chore: add (wip) build.sh 2024-05-28 08:24:28 +02:00

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.