32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Find a file
2024-08-31 14:40:07 +02:00
.github/workflows fix: extended ascii rendering issue 2024-07-19 11:29:17 +02:00
bin
boot refactor(boot): defn -> DEFN 2024-08-31 14:40:07 +02:00
docs doc: add moar docs 2024-07-20 09:10:20 +02:00
external
include chore: sync repo 2024-08-18 14:19:28 +02:00
kernel chore: sync repo 2024-08-18 14:19:28 +02:00
lib doc: add moar docs 2024-07-20 09:10:20 +02:00
modules
releasetools
sbin doc: document file system 2024-07-18 11:28:07 +02:00
share/docs
tests
tools feat(kernel): probe hardware 2024-07-21 18:14:38 +02:00
.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.