Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 543 Bytes

BuildInstructions.md

File metadata and controls

22 lines (20 loc) · 543 Bytes

Jonix build instructions

Prerequisites

Debian/Ubuntu

sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo qemu-system-i386 qemu-utils grub-pc-bin xorriso mtools nasm

Clone repository

git clone https://github.com/Ampferl/jonix.git
cd jonix

Build Operating System

make setup

With the command make setup, jonix will automatically build the toolchain, kernel and libraries and put them together into one running system.

Run the kernel

make run