This is a simple OS which support ARM v8 architecutre. It's goal is to help to understanding the Moder OS like Linux.
- build the image.
$ ./build.sh
- run image on the qemu
$ qemu-system-aarch64 -M virt -kernel Image -nographic -cpu cortex-a57 -serial mon:stdio