Simplest framework for boot your application in x86_64
Contains all your source code in C language.
Contains all your source code in Asm language.
Boot is the source code used to boot in the hardware, and setup your cpu to 64 bit mode. This code also loads your application to memory and after finish all setup call the start function in the kernel_entry file.
All header to import in application using #import <stdlib.h>
All source code for the imports.
- Build & Test & Clear:
make
- Build & Test:
make test
- Make ISO:
make iso