This is my repository for kernel developing project of CyKor.
Target architecture is x86_64
make install
This kernel could be run on QEMU, use this command:
make run-iso
mkdir build
cd build
CC=../toolchain/build/bin/x86_64-elf-gcc CXX=../toolchain/build/bin/x86_64-elf-g++ cmake ..
make