Skip to content
/ slops Public

Slops (SLow OPerating System) An hobby OS written in C and assembly

License

Notifications You must be signed in to change notification settings

Slops64/slops

Repository files navigation

slops: SLow OPerating System

build license
Discord

slops is a simple unix-like operating system, written in assembly and C.

How to use

Build iso image

1. build the toolchain (optional)

sudo ./toolchain/build.sh

2. make use of the toolchain

source ./toolchain/setup.sh

3. the actual build

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

License

Slops is licensed under the MIT license

Enjoy, and happy hacking ! :)

About

Slops (SLow OPerating System) An hobby OS written in C and assembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages