32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Go to file
d0p1 🏳️‍⚧️ 9a5b474ad2
Some checks failed
Build / test (push) Has been cancelled
Docs / test (push) Has been cancelled
chore: lib/ cleanup
2024-03-24 09:44:14 +01:00
.github/workflows refactor: switch from NASM to FASM 2024-02-04 20:50:36 +01:00
bin refactor: reorganize bootloader source code 2024-03-24 09:03:03 +01:00
boot refactor: reorganize bootloader source code 2024-03-24 09:03:03 +01:00
docs doc: describe COFF file structure 2024-03-21 13:18:23 +01:00
external chore: external dir 2024-03-24 09:04:27 +01:00
include doc: describe COFF file structure 2024-03-21 13:18:23 +01:00
kernel chore: add 'coff.h' header 2024-03-20 16:51:27 +01:00
lib chore: lib/ cleanup 2024-03-24 09:44:14 +01:00
tools refactor: reorganize bootloader source code 2024-03-24 09:03:03 +01:00
.editorconfig feat: generate bootable iso 2023-01-17 11:41:21 +01:00
.gitignore feat: EFI 'hello, world' 2024-03-21 11:42:33 +01:00
LICENSE first commit 2020-05-06 12:41:32 +02:00
Makefile refactor: reorganize bootloader source code 2024-03-24 09:03:03 +01: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.