What will you need to build and run:
- git
of course,
- clang
because we don't need a cross-compiler,
- ld.lld
linker from LLVM,
- xorisso
to create working iso file,
- qemu
we should somehow see our kernel in action :)
Compile:
$ ./make
Run:
$ ./qemu
Proper execution will show you a green sign mark at center of screen :)