32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Find a file
2024-12-30 20:14:35 +01:00
.github/workflows
bin
boot feat(kernel): setup recursive page dir 2024-12-27 19:24:31 +01:00
docs chore: start work on new 'mm' 2024-12-27 18:18:48 +01:00
external
include
kernel chore: fix shellcheck errors, and some wip stuff 2024-12-30 15:14:04 +01:00
lib
modules
releasetools chore: fix shellcheck errors, and some wip stuff 2024-12-30 15:14:04 +01:00
sbin
share/docs
tests
tools
.bochsrc build: add bochs rule 2024-12-30 20:14:35 +01:00
.editorconfig
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile build: add bochs rule 2024-12-30 20:14:35 +01:00
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.