Hobby x86-64 bit operating system with the purpose to learn about how an operating system work, especially a kernel work, and more.
Usage
Build the kernel:
./build.sh all
Run the kernel (without rebuilding):
./build.sh run
For more information, please check the help ./build.sh -h