32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Go to file
2024-05-28 06:54:10 +02:00
.github/workflows ci: deploy to github page 2024-03-28 13:26:29 +01:00
bin refactor: reorganize bootloader source code 2024-03-24 09:03:03 +01:00
boot chore: sync repo 2024-05-28 06:54:10 +02:00
docs chore: logo but 3d 2024-04-28 09:17:44 +02:00
external feat(loader): logger print time 2024-04-28 08:41:36 +02:00
include feat(loader): logger print time 2024-04-28 08:41:36 +02:00
kernel chore: sync repo 2024-05-28 06:54:10 +02:00
lib fix(loader): log time 2024-05-03 12:00:17 +02:00
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 chore: sorry 2024-04-02 12:03:47 +02:00
tools chore: code update, but no new feature 2024-05-02 13:34:27 +02:00
.editorconfig feat: generate bootable iso 2023-01-17 11:41:21 +01:00
.gitignore docs: reorganize menu and add a link to C coding styles 2024-03-31 16:50:17 +02:00
build.sh chore: sync repo 2024-05-28 06:54:10 +02:00
LICENSE feat(loader): logger print time 2024-04-28 08:41:36 +02:00
Makefile chore: sync repo 2024-05-28 06:54:10 +02:00
README.md chore: update README.md 2024-03-04 14:05:23 +01: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.