32-bit Operating System written in x86 assembly.
https://stupidos.d0p1.eu
fd991daeed
*Total -- 127.36kb -> 97.71kb (23.28%) /docs/img/logo.png -- 5.75kb -> 4.29kb (25.33%) /docs/img/pmap_bootstrap.png -- 121.61kb -> 93.42kb (23.18%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
---|---|---|
.github/workflows | ||
bin | ||
docs | ||
kernel | ||
lib | ||
share/mk | ||
thirdparty | ||
tools | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
StupidOS
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
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.