/Slops

Slops (SLow OPerationg System) is a Unix-like x86_64 hobby operating system

Primary LanguageCApache License 2.0Apache-2.0

Slops: SLow OPerating System

This is the Slops operating system. It is a simple unix-like operating system, written in assembly and C.

Slops is designed to be simple and easy to use. It is based on the principle of least surprise. That is, it should do what you expect it to do, and no more.

Slops is released under the Apache Licence, version 2.

How to use

Build iso image

make

And if you want to enable debug:

make DEBUG=1

Boot the system

make run

Remove artifacts

make clean

or if you want to remove all generated files run:

make distclean