Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 616 Bytes

File metadata and controls

41 lines (27 loc) · 616 Bytes

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