32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Find a file
2025-10-08 15:01:16 +02:00
.github/workflows chore: sync repo 2025-02-28 15:37:16 +01:00
bin build: rework the whole build system 2025-10-08 15:01:16 +02:00
boot build: rework the whole build system 2025-10-08 15:01:16 +02:00
docs fix: build 2025-01-24 12:00:34 +01:00
external build: rework the whole build system 2025-10-08 15:01:16 +02:00
include build: rework the whole build system 2025-10-08 15:01:16 +02:00
kernel build: rework the whole build system 2025-10-08 15:01:16 +02:00
lib build: rework the whole build system 2025-10-08 15:01:16 +02:00
modules build: rework the whole build system 2025-10-08 15:01:16 +02:00
releasetools chore: fix shellcheck errors, and some wip stuff 2024-12-30 15:14:04 +01:00
sbin build: rework the whole build system 2025-10-08 15:01:16 +02:00
share build: rework the whole build system 2025-10-08 15:01:16 +02:00
tests build: rework the whole build system 2025-10-08 15:01:16 +02:00
tools build: rework the whole build system 2025-10-08 15:01:16 +02:00
.bochsrc build: add bochs rule 2024-12-30 20:14:35 +01:00
.editorconfig chore: sync repo 2024-07-10 08:17:19 +02:00
.gitignore build: rework the whole build system 2025-10-08 15:01:16 +02:00
CODE_OF_CONDUCT.md chore: add code of conduct 2024-07-16 08:29:32 +02:00
compile_flags.txt build: rework the whole build system 2025-10-08 15:01:16 +02:00
CONTRIBUTING.md chore: add CONTRIBUTING.md 2024-07-16 08:38:13 +02:00
LICENSE feat(loader): logger print time 2024-04-28 08:41:36 +02:00
Makefile build: rework the whole build system 2025-10-08 15:01:16 +02:00
README.md chore: update README.md 2024-03-04 14:05:23 +01:00
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.