Slops64 / slops

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 99.9%Language:Assembly 0.0%Language:Shell 0.0%Language:Makefile 0.0%