/patchouliOS

Primary LanguageCGNU General Public License v3.0GPL-3.0

Patchouli OS

This repository is about a simple OS :)

I was bored but it works lol.

If you want to follow the advancement of the project, go on my Kanboard

Requirements

ArchLinux :

sudo pacman -Syy
sudo pacman -S nasm qemu gcc bison flex gmp mpc mpfr texinfo

Debian :

sudo apt update
sudo apt install nasm qemu-system-x86 gcc

Build and run

make run

Just build

make all

Cleaning

make clean