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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a3edde · Dec 22, 2021

History

86 Commits
Dec 20, 2021
Dec 22, 2021
Dec 20, 2021
Dec 20, 2021
Nov 13, 2021
Dec 20, 2021
Dec 21, 2021
Dec 21, 2021
Dec 20, 2021
Nov 13, 2021
Oct 23, 2021
Oct 20, 2021

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 ! :)