StupidOS/README.md

981 B

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.