slops is a simple unix-like operating system, written in assembly and C.
sudo ./toolchain/build.sh
source ./toolchain/setup.sh
make
And if you want to enable debug:
make DEBUG=1
make run
make clean
or if you want to remove all generated files run:
make distclean
Slops is licensed under the MIT license
Enjoy, and happy hacking ! :)