32-bit Operating System written in x86 assembly. https://stupidos.d0p1.eu
Go to file
2023-06-06 15:34:45 +02:00
.github chore: add favicon 2023-06-06 15:34:45 +02:00
bin docs: improve documentation 2023-06-06 12:30:20 +02:00
docs chore: add favicon 2023-06-06 15:34:45 +02:00
kernel docs: improve documentation 2023-06-06 12:30:20 +02:00
lib docs: improve documentation 2023-06-06 12:30:20 +02:00
tools fix: interrupt handler 2023-01-17 15:36:21 +01:00
.editorconfig feat: generate bootable iso 2023-01-17 11:41:21 +01:00
.gitignore ci: build and publish documentation 2023-05-17 11:01:54 +02:00
LICENSE first commit 2020-05-06 12:41:32 +02:00
Makefile ci: build and publish documentation 2023-05-17 11:01:54 +02:00
README.md feat: setup bitmap for physical allocator 2023-01-24 15:57:14 +01:00

StupidOS

Website GitHub GitHub issues GitHub Sponsors

32-bit Operating System in assembly.

Building

$ sudo apt install build-essential llvm lld nasm mtools
$ git clone git@github.com:d0p1s4m4/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.