Copyright (c) 2018 Jonathan Archer.
This section explains how to build chordOS. The packages that are required to build are make
, nasm
, clang
, and binutils
. Also, grub-pc-bin
and xorriso
are needed to make the ISO.
To build the kernel, all you have to do is run make -C kernel
in the root source directory.
After you've built everything above and would like a bootable image, simply run ./make_iso.sh
in the source directory, and you will get a bootable image named chordOS.iso
.