Mirage is an WIP kernel. I was really bored
You will need elf tools
You can build the Mirage kernel & Image by doing:
make all # Builds all of the Operating System
make kernel # Builds the Kernel
make image # Builds an image oft the operating system
make bootloader # Builds the bootloader
You can run the Operating system using Qemu by doing:
make run