patchint / patchouliOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:C 63.5%Language:Assembly 23.4%Language:Makefile 13.1%